From c7eb86eaa9b725c2c1a10d1b4ce57ba1051b87f4 Mon Sep 17 00:00:00 2001 From: Marie PUPO JEAMMET Date: Fri, 16 May 2025 17:03:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20manually=20u?= =?UTF-8?q?pgrade=20python=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renovate seems to be in a weird place dealing with conflicting versions. This PR handles the non-problematic upgrades --- src/backend/pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index df3e5ca..091a607 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -27,14 +27,14 @@ requires-python = ">=3.11" dependencies = [ "Brotli==1.1.0", "PyJWT==2.10.1", - "boto3==1.38.5", + "boto3==1.38.17", "celery[redis]==5.5.2", - "django-celery-beat==2.8.0", + "django-celery-beat==2.8.1", "django-celery-results==2.6.0", "django-configurations==2.5.1", "django-cors-headers==4.7.0", "django-countries==7.6.1", - "django-lasuite==0.0.7", + "django-lasuite==0.0.8", "django-oauth-toolkit==3.0.1", "django-parler==2.3", "django-redis==5.4.0", @@ -55,10 +55,10 @@ dependencies = [ "jsonschema==4.23.0", "mozilla-django-oidc==4.0.1", "nested-multipart-parser==1.5.0", - "psycopg[binary]==3.2.6", + "psycopg[binary]==3.2.9", "redis==5.2.1", "requests==2.32.3", - "sentry-sdk[django]==2.27.0", + "sentry-sdk[django]==2.28.0", "whitenoise==6.9.0", ] @@ -71,21 +71,21 @@ dependencies = [ [project.optional-dependencies] dev = [ "django-extensions==4.1", - "drf-spectacular-sidecar==2025.4.1", + "drf-spectacular-sidecar==2025.5.1", "ipdb==0.13.13", "ipython==9.2.0", "jq==1.8.0", "pyfakefs==5.8.0", "pylint-django==2.6.1", - "pylint==3.3.6", + "pylint==3.3.7", "pytest-cov==6.1.1", "pytest-django==4.11.1", "pytest==8.3.5", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.7", - "ruff==0.11.7", - "types-requests==2.32.0.20250328", + "ruff==0.11.10", + "types-requests==2.32.0.20250515", "freezegun==1.5.1", ]