merge with main

This commit is contained in:
Aditi Anand
2024-03-13 16:56:54 -04:00
167 changed files with 7731 additions and 3964 deletions

View File

@@ -24,7 +24,7 @@ click-didyoumean = "==0.3.0"
click-plugins = "==1.1.1"
click-repl = "==0.3.0"
deprecated = "==1.2.14"
eventlet = "==0.34.3"
eventlet = "==0.35.2"
expiringdict = "==1.2.2"
flask = "~=2.3"
flask-bcrypt = "==1.0.1"
@@ -39,7 +39,7 @@ lxml = "==5.1.0"
marshmallow = "==3.20.2"
marshmallow-sqlalchemy = "==0.30.0"
newrelic = "*"
notifications-python-client = "==8.2.0"
notifications-python-client = "==9.0.0"
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
oscrypto = "==1.3.0"
packaging = "==23.2"
@@ -49,6 +49,8 @@ pyjwt = "==2.8.0"
python-dotenv = "==1.0.0"
sqlalchemy = "==2.0.27"
werkzeug = "^3.0.1"
strenum = "^0.4.15"
faker = "^23.3.0"
[tool.poetry.group.dev.dependencies]
@@ -57,7 +59,7 @@ bandit = "*"
black = "^23.12.1"
cloudfoundry-client = "*"
exceptiongroup = "==1.2.0"
flake8 = "^6.1.0"
flake8 = "^7.0.0"
flake8-bugbear = "^24.1.17"
freezegun = "^1.4.0"
honcho = "*"