Merge branch 'main' into aanand-sqlalchemy-version-update

This commit is contained in:
Carlo Costino
2024-05-06 15:28:29 -04:00
18 changed files with 564 additions and 560 deletions

View File

@@ -34,21 +34,21 @@ flask-redis = "==0.4.0"
flask-sqlalchemy = "==3.1.1"
gunicorn = {version = "==22.0.0", extras = ["eventlet"]}
iso8601 = "==2.1.0"
jsonschema = {version = "==4.21.1", extras = ["format"]}
jsonschema = {version = "==4.22.0", extras = ["format"]}
lxml = "==5.2.1"
marshmallow = "==3.21.1"
marshmallow = "==3.21.2"
marshmallow-sqlalchemy = "==1.0.0"
newrelic = "*"
notifications-python-client = "==9.0.0"
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git",rev = "d20efc2"}
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
oscrypto = "==1.3.0"
packaging = "==23.2"
poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.9"
pyjwt = "==2.8.0"
python-dotenv = "==1.0.0"
sqlalchemy = "==2.0.27"
werkzeug = "^3.0.2"
sqlalchemy = "==2.0.29"
werkzeug = "^3.0.3"
faker = "^24.4.0"