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

This commit is contained in:
Carlo Costino
2024-05-08 21:41:06 -04:00
2 changed files with 35 additions and 35 deletions

View File

@@ -11,8 +11,8 @@ python = "^3.12.2"
alembic = "==1.13.1"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.3"
boto3 = "^1.29.6"
botocore = "^1.34.99"
boto3 = "^1.34.101"
botocore = "^1.34.101"
cachetools = "==5.3.3"
celery = {version = "==5.3.6", extras = ["redis"]}
certifi = ">=2022.12.7"
@@ -46,10 +46,10 @@ packaging = "==24.0"
poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.9"
pyjwt = "==2.8.0"
python-dotenv = "==1.0.0"
python-dotenv = "==1.0.1"
sqlalchemy = "==2.0.30"
werkzeug = "^3.0.3"
faker = "^24.4.0"
faker = "^25.1.0"
[tool.poetry.group.dev.dependencies]
@@ -57,7 +57,7 @@ awscli = "^1.29.74"
bandit = "*"
black = "^24.3.0"
cloudfoundry-client = "*"
exceptiongroup = "==1.2.0"
exceptiongroup = "==1.2.1"
flake8 = "^7.0.0"
flake8-bugbear = "^24.1.17"
freezegun = "^1.4.0"