diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 4e40d8e..d670d4a 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,7 +25,7 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.34.39", + "boto3==1.34.44", "Brotli==1.1.0", "celery[redis]==5.3.6", "django-configurations==2.5", @@ -47,7 +47,7 @@ dependencies = [ "psycopg[binary]==3.1.18", "PyJWT==2.8.0", "requests==2.31.0", - "sentry-sdk==1.40.3", + "sentry-sdk==1.40.4", "url-normalize==1.4.3", "whitenoise==6.6.0", ] @@ -69,12 +69,12 @@ dev = [ "pylint==3.0.3", "pytest-cov==4.1.0", "pytest-django==4.8.0", - "pytest==8.0.0", + "pytest==8.0.1", "pytest-icdiff==0.9", "pytest-xdist==3.5.0", - "responses==0.24.1", - "ruff==0.2.1", - "types-requests==2.31.0.20240125", + "responses==0.25.0", + "ruff==0.2.2", + "types-requests==2.31.0.20240218", ] [tool.setuptools]