diff --git a/requirements/base.txt b/requirements/base.txt index 3efc1cf..1f6591d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,7 +14,7 @@ Flask-Marshmallow==0.15.0 marshmallow-sqlalchemy==0.29.0 # Security -bcrypt==4.1.2 +bcrypt==4.2.0 Flask-Bcrypt==1.0.1 pyotp==2.9.0 @@ -24,7 +24,7 @@ cbor2==5.6.0 # JWT / OIDC PyJWT==2.8.0 -cryptography==41.0.7 +cryptography==42.0.7 # CORS Flask-CORS==4.0.0 @@ -50,4 +50,4 @@ python-json-logger==2.0.7 qrcode[pil] # SSH CA Certificate signing -sshkey-tools==0.11.0 +sshkey-tools==0.11.3 diff --git a/requirements/development.txt b/requirements/development.txt index 0c9b46d..8c626fd 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -37,8 +37,8 @@ pytz==2023.3 python-dotenv==1.0.0 pydantic==2.5.0 PyJWT==2.8.0 -cryptography==41.0.7 +cryptography==42.0.7 pycryptodome==3.20.0 -psycopg2==2.9.9 -sshkey-tools==0.10.3 +psycopg2-binary==2.9.9 +sshkey-tools==0.11.3 sendgrid==6.11.0