From 9a99ad971e94117ddc0d145b4593e7196096bab3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 11:27:07 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update?= =?UTF-8?q?=20python=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/pyproject.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 010dba65e..9ba99d148 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -26,9 +26,9 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "beautifulsoup4==4.13.3", - "boto3==1.37.24", + "boto3==1.37.33", "Brotli==1.1.0", - "celery[redis]==5.5.0", + "celery[redis]==5.5.1", "django-configurations==2.5.1", "django-cors-headers==4.7.0", "django-countries==7.6.1", @@ -36,9 +36,9 @@ dependencies = [ "django-parler==2.3", "redis==5.2.1", "django-redis==5.4.0", - "django-storages[s3]==1.14.5", + "django-storages[s3]==1.14.6", "django-timezone-field>=5.1", - "django==5.1.8", + "django==5.2", "django-treebeard==4.7.1", "djangorestframework==3.16.0", "drf_spectacular==0.28.0", @@ -47,17 +47,17 @@ dependencies = [ "factory_boy==3.3.3", "gunicorn==23.0.0", "jsonschema==4.23.0", - "lxml==5.3.1", - "markdown==3.7", + "lxml==5.3.2", + "markdown==3.8", "mozilla-django-oidc==4.0.1", "nested-multipart-parser==1.5.0", - "openai==1.70.0", + "openai==1.73.0", "psycopg[binary]==3.2.6", - "pycrdt==0.12.10", + "pycrdt==0.12.12", "PyJWT==2.10.1", "python-magic==0.4.27", "requests==2.32.3", - "sentry-sdk==2.25.0", + "sentry-sdk==2.25.1", "whitenoise==6.9.0", ] @@ -69,22 +69,22 @@ dependencies = [ [project.optional-dependencies] dev = [ - "django-extensions==3.2.3", + "django-extensions==4.1", "django-test-migrations==1.4.0", - "drf-spectacular-sidecar==2025.3.1", + "drf-spectacular-sidecar==2025.4.1", "freezegun==1.5.1", "ipdb==0.13.13", - "ipython==9.0.2", + "ipython==9.1.0", "pyfakefs==5.8.0", "pylint-django==2.6.1", "pylint==3.3.6", - "pytest-cov==6.0.0", - "pytest-django==4.10.0", + "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.2", + "ruff==0.11.5", "types-requests==2.32.0.20250328", ] From 7d9e6fd493d4defca632173f8946af19574d15c1 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Sun, 13 Apr 2025 15:21:52 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=8C(back)=20keep=20django=20in=20v?= =?UTF-8?q?ersion=205.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We want to wait before upgrading to django 5.2, we will upgrade it in few weeks --- renovate.json | 10 ++++++++++ src/backend/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 64516b639..1bbc5c14c 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,16 @@ "matchManagers": ["pep621"], "matchPackageNames": [] }, + { + "groupName": "allowed django versions", + "matchManagers": [ + "pep621" + ], + "matchPackageNames": [ + "Django" + ], + "allowedVersions": "<5.2" + }, { "enabled": false, "groupName": "ignored js dependencies", diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 9ba99d148..db6888326 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "django-redis==5.4.0", "django-storages[s3]==1.14.6", "django-timezone-field>=5.1", - "django==5.2", + "django==5.1.8", "django-treebeard==4.7.1", "djangorestframework==3.16.0", "drf_spectacular==0.28.0",