Skip to content

Commit b802580

Browse files
⬆️(dependencies) update python dependencies
1 parent 922a968 commit b802580

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

src/backend/pyproject.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,39 +25,39 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.10"
2727
dependencies = [
28-
"boto3==1.37.24",
28+
"boto3==1.38.23",
2929
"Brotli==1.1.0",
3030
"brevo-python==1.1.2",
31-
"celery[redis]==5.4.0",
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",
35-
"django-lasuite==0.0.7",
35+
"django-lasuite==0.0.9",
3636
"django-parler==2.3",
37-
"redis==5.2.1",
37+
"redis==6.1.0",
3838
"django-redis==5.4.0",
39-
"django-storages[s3]==1.14.5",
39+
"django-storages[s3]==1.14.6",
4040
"django-timezone-field>=5.1",
41-
"django==5.1.9",
42-
"djangorestframework==3.15.2",
41+
"django==5.2.1",
42+
"djangorestframework==3.16.0",
4343
"drf_spectacular==0.28.0",
4444
"dockerflow==2024.4.2",
4545
"easy_thumbnails==2.10",
4646
"factory_boy==3.3.3",
4747
"gunicorn==23.0.0",
4848
"jsonschema==4.23.0",
4949
"june-analytics-python==2.3.0",
50-
"markdown==3.7",
50+
"markdown==3.8",
5151
"nested-multipart-parser==1.5.0",
52-
"psycopg[binary]==3.2.6",
52+
"psycopg[binary]==3.2.9",
5353
"PyJWT==2.10.1",
5454
"python-frontmatter==1.1.0",
5555
"requests==2.32.3",
56-
"sentry-sdk==2.24.1",
56+
"sentry-sdk==2.29.1",
5757
"whitenoise==6.9.0",
5858
"mozilla-django-oidc==4.0.1",
5959
"livekit-api==1.0.2",
60-
"aiohttp==3.11.14",
60+
"aiohttp==3.11.18",
6161
]
6262

6363
[project.urls]
@@ -68,22 +68,22 @@ dependencies = [
6868

6969
[project.optional-dependencies]
7070
dev = [
71-
"django-extensions==3.2.3",
72-
"drf-spectacular-sidecar==2025.3.1",
73-
"freezegun==1.5.1",
71+
"django-extensions==4.1",
72+
"drf-spectacular-sidecar==2025.5.1",
73+
"freezegun==1.5.2",
7474
"ipdb==0.13.13",
75-
"ipython==9.0.2",
75+
"ipython==9.2.0",
7676
"pyfakefs==5.8.0",
7777
"pylint-django==2.6.1",
78-
"pylint==3.3.6",
79-
"pytest-cov==6.0.0",
80-
"pytest-django==4.10.0",
78+
"pylint==3.3.7",
79+
"pytest-cov==6.1.1",
80+
"pytest-django==4.11.1",
8181
"pytest==8.3.5",
8282
"pytest-icdiff==0.9",
8383
"pytest-xdist==3.6.1",
8484
"responses==0.25.7",
85-
"ruff==0.11.2",
86-
"types-requests==2.32.0.20250306",
85+
"ruff==0.11.11",
86+
"types-requests==2.32.0.20250515",
8787
]
8888

8989
[tool.setuptools]

src/summary/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ dependencies = [
77
"uvicorn>=0.24.0",
88
"pydantic>=2.5.0",
99
"pydantic-settings>=2.1.0",
10-
"celery==5.4.0",
11-
"redis==5.2.1",
10+
"celery==5.5.2",
11+
"redis==6.1.0",
1212
"minio==7.2.15",
13-
"openai==1.68.2",
13+
"openai==1.82.0",
1414
"requests==2.32.3",
15-
"sentry-sdk[fastapi, celery]==2.24.1",
15+
"sentry-sdk[fastapi, celery]==2.29.1",
1616
]
1717

1818
[project.optional-dependencies]
1919
dev = [
20-
"ruff==0.11.2",
20+
"ruff==0.11.11",
2121
]
2222

2323
[build-system]

0 commit comments

Comments
 (0)