Skip to content

Commit 2691cdd

Browse files
⬆️(dependencies) update python dependencies (#934)
1 parent 05a1390 commit 2691cdd

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
],
2020
"allowedVersions": "<5.2"
2121
},
22+
{
23+
"groupName": "allowed redis versions",
24+
"matchManagers": [
25+
"pep621"
26+
],
27+
"matchPackageNames": [
28+
"redis"
29+
],
30+
"allowedVersions": "<6.0.0"
31+
},
2232
{
2333
"enabled": false,
2434
"groupName": "ignored js dependencies",

src/backend/pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,16 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
28-
"beautifulsoup4==4.13.3",
29-
"boto3==1.37.33",
28+
"beautifulsoup4==4.13.4",
29+
"boto3==1.38.9",
3030
"Brotli==1.1.0",
31-
"celery[redis]==5.5.1",
31+
"celery[redis]==5.5.2",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.7.0",
3434
"django-countries==7.6.1",
3535
"django-filter==25.1",
3636
"django-lasuite==0.0.7",
3737
"django-parler==2.3",
38-
"redis==5.2.1",
3938
"django-redis==5.4.0",
4039
"django-storages[s3]==1.14.6",
4140
"django-timezone-field>=5.1",
@@ -48,17 +47,18 @@ dependencies = [
4847
"factory_boy==3.3.3",
4948
"gunicorn==23.0.0",
5049
"jsonschema==4.23.0",
51-
"lxml==5.3.2",
50+
"lxml==5.4.0",
5251
"markdown==3.8",
5352
"mozilla-django-oidc==4.0.1",
5453
"nested-multipart-parser==1.5.0",
55-
"openai==1.73.0",
56-
"psycopg[binary]==3.2.6",
57-
"pycrdt==0.12.12",
54+
"openai==1.77.0",
55+
"psycopg[binary]==3.2.7",
56+
"pycrdt==0.12.15",
5857
"PyJWT==2.10.1",
5958
"python-magic==0.4.27",
59+
"redis<6.0.0",
6060
"requests==2.32.3",
61-
"sentry-sdk==2.25.1",
61+
"sentry-sdk==2.27.0",
6262
"whitenoise==6.9.0",
6363
]
6464

@@ -71,21 +71,21 @@ dependencies = [
7171
[project.optional-dependencies]
7272
dev = [
7373
"django-extensions==4.1",
74-
"django-test-migrations==1.4.0",
75-
"drf-spectacular-sidecar==2025.4.1",
74+
"django-test-migrations==1.5.0",
75+
"drf-spectacular-sidecar==2025.5.1",
7676
"freezegun==1.5.1",
7777
"ipdb==0.13.13",
78-
"ipython==9.1.0",
78+
"ipython==9.2.0",
7979
"pyfakefs==5.8.0",
8080
"pylint-django==2.6.1",
81-
"pylint==3.3.6",
81+
"pylint==3.3.7",
8282
"pytest-cov==6.1.1",
8383
"pytest-django==4.11.1",
8484
"pytest==8.3.5",
8585
"pytest-icdiff==0.9",
8686
"pytest-xdist==3.6.1",
8787
"responses==0.25.7",
88-
"ruff==0.11.5",
88+
"ruff==0.11.8",
8989
"types-requests==2.32.0.20250328",
9090
]
9191

0 commit comments

Comments
 (0)