mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
updates needs for python version upgrade
This commit is contained in:
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<3.12"
|
||||
python = "^3.12.2"
|
||||
alembic = "==1.13.1"
|
||||
amqp = "==5.2.0"
|
||||
beautifulsoup4 = "==4.12.3"
|
||||
@@ -40,7 +40,7 @@ marshmallow = "==3.20.2"
|
||||
marshmallow-sqlalchemy = "==0.30.0"
|
||||
newrelic = "*"
|
||||
notifications-python-client = "==9.0.0"
|
||||
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
|
||||
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", rev="c45507d"}
|
||||
oscrypto = "==1.3.0"
|
||||
packaging = "==23.2"
|
||||
poetry-dotenv-plugin = "==0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user