Merge branch 'main' into update-pre-commit-hooks

This commit is contained in:
Carlo Costino
2024-05-24 10:17:56 -04:00
2 changed files with 74 additions and 74 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.34.106"
botocore = "^1.34.108"
boto3 = "^1.34.108"
botocore = "^1.34.112"
cachetools = "==5.3.3"
celery = {version = "==5.4.0", extras = ["redis"]}
certifi = ">=2022.12.7"
@@ -39,7 +39,7 @@ lxml = "==5.2.2"
marshmallow = "==3.21.2"
marshmallow-sqlalchemy = "==1.0.0"
newrelic = "*"
notifications-python-client = "==9.0.0"
notifications-python-client = "==9.1.0"
oscrypto = "==1.3.0"
packaging = "==24.0"
poetry-dotenv-plugin = "==0.2.0"
@@ -77,7 +77,7 @@ webencodings = "^0.5.1"
itsdangerous = "^2.2.0"
jinja2 = "^3.1.4"
redis = "^5.0.4"
requests = "^2.31.0"
requests = "^2.32.2"
[tool.poetry.group.dev.dependencies]
@@ -95,7 +95,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.0.7"
pip-audit = "*"
pre-commit = "^3.7.1"
pytest = "^8.1.1"
pytest = "^8.2.1"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
pytest-cov = "^5.0.0"