Skip to content

Commit adc11e8

Browse files
⬆️(dependencies) update python dependencies
1 parent f9ff578 commit adc11e8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/backend/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,40 +26,40 @@ readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"beautifulsoup4==4.14.2",
29-
"boto3==1.40.59",
29+
"boto3==1.40.69",
3030
"Brotli==1.1.0",
3131
"celery[redis]==5.5.3",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.9.0",
34-
"django-countries==7.6.1",
34+
"django-countries==8.0.0",
3535
"django-csp==4.0",
3636
"django-filter==25.2",
37-
"django-lasuite[all]==0.0.16",
37+
"django-lasuite[all]==0.0.17",
3838
"django-parler==2.3",
3939
"django-redis==6.0.0",
4040
"django-storages[s3]==1.14.6",
4141
"django-timezone-field>=5.1",
4242
"django==5.2.7",
4343
"django-treebeard==4.7.1",
4444
"djangorestframework==3.16.1",
45-
"drf_spectacular==0.28.0",
45+
"drf_spectacular==0.29.0",
4646
"dockerflow==2024.4.2",
4747
"easy_thumbnails==2.10.1",
4848
"factory_boy==3.3.3",
4949
"gunicorn==23.0.0",
5050
"jsonschema==4.25.1",
5151
"lxml==6.0.2",
52-
"markdown==3.9",
52+
"markdown==3.10",
5353
"mozilla-django-oidc==4.0.1",
5454
"nested-multipart-parser==1.6.0",
55-
"openai==2.6.1",
55+
"openai==2.7.1",
5656
"psycopg[binary]==3.2.12",
57-
"pycrdt==0.12.42",
57+
"pycrdt==0.12.43",
5858
"PyJWT==2.10.1",
5959
"python-magic==0.4.27",
6060
"redis<6.0.0",
6161
"requests==2.32.5",
62-
"sentry-sdk==2.42.1",
62+
"sentry-sdk==2.43.0",
6363
"whitenoise==6.11.0",
6464
]
6565

@@ -76,17 +76,17 @@ dev = [
7676
"drf-spectacular-sidecar==2025.10.1",
7777
"freezegun==1.5.5",
7878
"ipdb==0.13.13",
79-
"ipython==9.6.0",
80-
"pyfakefs==5.10.0",
79+
"ipython==9.7.0",
80+
"pyfakefs==5.10.2",
8181
"pylint-django==2.6.1",
8282
"pylint<4.0.0",
8383
"pytest-cov==7.0.0",
8484
"pytest-django==4.11.1",
85-
"pytest==8.4.2",
85+
"pytest==9.0.0",
8686
"pytest-icdiff==0.9",
8787
"pytest-xdist==3.8.0",
8888
"responses==0.25.8",
89-
"ruff==0.14.2",
89+
"ruff==0.14.4",
9090
"types-requests==2.32.4.20250913",
9191
]
9292

0 commit comments

Comments
 (0)