diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7dc56e80cc..494cf90c75 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -51,14 +51,14 @@ dependencies = [ "certifi==2024.7.4", "chardet==5.2.0", "idna==3.7", - "requests==2.32.3", - "urllib3==2.2.2", + "requests==2.32.4", + "urllib3==2.5.0", "aniso8601==9.0.1", "whitenoise==6.7.0", "django-ordered-model==3.5", "uwsgi==2.0.30", "django-storages==1.14.4", - "sentry-sdk==2.11.0", + "sentry-sdk>=2.14.0", "boto3==1.35.76", "pycountry<20.0,>=19.8", "countries<1.0.0,>=0.2.0", @@ -68,8 +68,8 @@ dependencies = [ "django-queryinspect<2.0.0,>=1.1.0", "lxml==6.0.0", "unidecode<2.0.0,>=1.1.1", - "strawberry-graphql==0.243.1", - "Werkzeug<2.0.0,>=1.0.1", + "strawberry-graphql==0.257.0", + "Werkzeug>=1.0.1,<4.0.0", "django-import-export<4.0.0,>=3.2.0", "dal-admin-filters==1.1.0", "django-markdownify==0.9.5",