updates needs for python version upgrade

This commit is contained in:
samathad2023
2024-03-08 15:09:30 -08:00
parent c84d01b454
commit b8c5a241a3
2 changed files with 127 additions and 192 deletions

View File

@@ -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"