merge from main

This commit is contained in:
Kenneth Kehl
2024-08-20 13:49:23 -07:00
33 changed files with 1031 additions and 998 deletions

View File

@@ -12,7 +12,7 @@ alembic = "==1.13.2"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.3"
boto3 = "^1.34.150"
botocore = "^1.34.154"
botocore = "^1.34.159"
cachetools = "==5.4.0"
celery = {version = "==5.4.0", extras = ["redis"]}
certifi = ">=2022.12.7"
@@ -68,7 +68,7 @@ jmespath = "^1.0.1"
markupsafe = "^2.1.5"
pycparser = "^2.22"
python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.1"
pyyaml = "^6.0.2"
s3transfer = "^0.10.2"
six = "^1.16.0"
urllib3 = "^2.2.2"
@@ -82,10 +82,10 @@ requests = "^2.32.3"
[tool.poetry.group.dev.dependencies]
awscli = "^1.33.32"
bandit = "*"
black = "^24.3.0"
black = "^24.8.0"
cloudfoundry-client = "*"
exceptiongroup = "==1.2.2"
flake8 = "^7.1.0"
flake8 = "^7.1.1"
flake8-bugbear = "^24.1.17"
freezegun = "^1.5.1"
honcho = "*"