diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 7e94f99..1e115ea 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.57", + "boto3==1.34.59", "Brotli==1.1.0", "celery[redis]==5.3.6", "django-configurations==2.5", @@ -46,7 +46,7 @@ dependencies = [ "psycopg[binary]==3.1.18", "PyJWT==2.8.0", "requests==2.31.0", - "sentry-sdk==1.40.6", + "sentry-sdk==1.41.0", "url-normalize==1.4.3", "whitenoise==6.6.0", "mozilla-django-oidc==4.0.0", @@ -69,12 +69,12 @@ dev = [ "pylint==3.1.0", "pytest-cov==4.1.0", "pytest-django==4.8.0", - "pytest==8.0.2", + "pytest==8.1.1", "pytest-icdiff==0.9", "pytest-xdist==3.5.0", "responses==0.25.0", - "ruff==0.3.1", - "types-requests==2.31.0.20240218", + "ruff==0.3.2", + "types-requests==2.31.0.20240311", ] [tool.setuptools]