Upgrade dependencies with cryptography subdependency (#626)

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
Co-authored-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Steven Reilly
2023-07-18 14:53:54 -04:00
committed by GitHub
parent 94ea3832f8
commit 6138ae203b
2 changed files with 206 additions and 158 deletions

View File

@@ -6,7 +6,7 @@ name = "pypi"
[packages]
ago = "~=0.0.95"
blinker = "~=1.4"
fido2 = "==0.9.3"
fido2 = "~=0.9"
flask = "~=2.3"
flask-basicauth = "~=0.2"
flask-login = "~=0.6"
@@ -48,7 +48,7 @@ freezegun = "==1.2.2"
flake8 = "==4.0.1"
flake8-bugbear = "==22.4.25"
flake8-print = "==5.0.0"
moto = "==4.1.12"
moto = "~=4.1"
requests-mock = "==1.11.0"
# used for creating manifest file locally
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}