Updated SQLAlchemy to latest release: 2.0.30

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-06 15:52:39 -04:00
parent fcad5e4d3c
commit 0723f54150
2 changed files with 52 additions and 52 deletions

View File

@@ -47,7 +47,7 @@ poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.9"
pyjwt = "==2.8.0"
python-dotenv = "==1.0.0"
sqlalchemy = "==2.0.29"
sqlalchemy = "==2.0.30"
werkzeug = "^3.0.3"
faker = "^24.4.0"