mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 17:38:02 -04:00
Updated a few dependencies
This commit is contained in:
@@ -12,8 +12,8 @@ python = "^3.12.2"
|
||||
alembic = "==1.16.1"
|
||||
amqp = "==5.3.1"
|
||||
beautifulsoup4 = "==4.13.4"
|
||||
boto3 = "^1.34.150"
|
||||
botocore = "^1.34.159"
|
||||
boto3 = "^1.38.27"
|
||||
botocore = "^1.38.27"
|
||||
cachetools = "==6.0.0"
|
||||
celery = {version = "==5.5.2", extras = ["redis"]}
|
||||
certifi = ">=2022.12.7"
|
||||
@@ -24,8 +24,8 @@ click-datetime = "==0.4.0"
|
||||
click-didyoumean = "==0.3.1"
|
||||
click-plugins = "==1.1.1"
|
||||
click-repl = "==0.3.0"
|
||||
deprecated = "==1.2.14"
|
||||
eventlet = "==0.36.1"
|
||||
deprecated = "^1.2.18"
|
||||
eventlet = "^0.40.0"
|
||||
expiringdict = "==1.2.2"
|
||||
flask = "~=3.1"
|
||||
flask-bcrypt = "==1.0.1"
|
||||
@@ -43,7 +43,7 @@ notifications-python-client = "==10.0.1"
|
||||
oscrypto = { git = "https://github.com/wbond/oscrypto.git", rev = "1547f53" }
|
||||
packaging = "==25.0"
|
||||
poetry-dotenv-plugin = "==0.2.0"
|
||||
psycopg2-binary = "==2.9.9"
|
||||
psycopg2-binary = "^2.9.10"
|
||||
pyjwt = "==2.10.1"
|
||||
python-dotenv = "==1.1.0"
|
||||
sqlalchemy = "==2.0.41"
|
||||
@@ -68,7 +68,7 @@ markupsafe = "^3.0.2"
|
||||
pycparser = "^2.22"
|
||||
python-dateutil = "^2.9.0.post0"
|
||||
pyyaml = "^6.0.2"
|
||||
s3transfer = "^0.10.2"
|
||||
s3transfer = "^0.13.0"
|
||||
six = "^1.16.0"
|
||||
urllib3 = "^2.3.0"
|
||||
webencodings = "^0.5.1"
|
||||
@@ -77,8 +77,13 @@ jinja2 = "^3.1.6"
|
||||
redis = "^5.0.8"
|
||||
requests = "^2.32.3"
|
||||
flask-socketio = "^5.5.1"
|
||||
virtualenv = "<20.30"
|
||||
virtualenv = "^20.31.2"
|
||||
marshmallow-enum = "^1.5.1"
|
||||
awscli = "^1.40.26"
|
||||
typing-extensions = "^4.14.0"
|
||||
aiohttp = "^3.12.7"
|
||||
pytest = "^8.4.0"
|
||||
cyclonedx-python-lib = "^10.0.2"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user