Skip to content

Commit 23035b4

Browse files
⬆️(dependencies) update python dependencies
1 parent 3f4ccbd commit 23035b4

File tree

3 files changed

+45
-45
lines changed

3 files changed

+45
-45
lines changed

src/backend/pyproject.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,45 +24,45 @@ requires-python = ">=3.13,<4.0"
2424

2525
# Note: after changing this list you must re-run `make back-poetry-lock`
2626
dependencies = [
27-
"celery[redis]==5.5.2",
28-
"cryptography==45.0.5",
29-
"dj-database-url==2.3.0",
30-
"django==5.1.11",
31-
"django-celery-beat==2.8.0",
27+
"celery[redis]==5.5.3",
28+
"cryptography==45.0.7",
29+
"dj-database-url==3.0.1",
30+
"django==5.2.6",
31+
"django-celery-beat==2.8.1",
3232
"django-celery-results==2.6.0",
3333
"django-configurations==2.5.1",
34-
"django-cors-headers==4.6.0",
34+
"django-cors-headers==4.7.0",
3535
"django-countries==7.6.1",
3636
"django-fernet-encrypted-fields==0.3.0",
37-
"django-filter==24.3",
37+
"django-filter==25.1",
3838
"django-parler==2.3",
3939
"django-prometheus==2.4.1",
40-
"django-redis==5.4.0",
40+
"django-redis==6.0.0",
4141
"django-storages==1.14.6",
4242
"django-timezone-field==7.1",
43-
"djangorestframework==3.15.2",
43+
"djangorestframework==3.16.1",
4444
"dkimpy==1.1.8",
4545
"dnspython==2.7.0",
4646
"drf_spectacular==0.28.0",
47-
"opensearch-py==2.8.0",
48-
"factory_boy==3.3.1",
47+
"opensearch-py==3.0.0",
48+
"factory_boy==3.3.3",
4949
"flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6",
5050
"gunicorn==23.0.0",
51-
"jsonschema==4.25.0",
51+
"jsonschema==4.25.1",
5252
"mozilla-django-oidc==4.0.1",
5353
"nested-multipart-parser==1.5.0",
54-
"openai==1.93.0",
55-
"psycopg[binary]==3.2.4",
54+
"openai==1.106.1",
55+
"psycopg[binary]==3.2.9",
5656
"PyJWT==2.10.1",
5757
"PySocks==1.7.1",
58-
"python-keycloak==5.5.1",
58+
"python-keycloak==5.8.1",
5959
"python-magic==0.4.27",
6060
"pyzstd==0.17.0",
61-
"redis==5.2.1",
61+
"redis==6.4.0",
6262
"requests==2.32.5",
63-
"sentry-sdk[django]==2.27.0",
64-
"url-normalize==1.4.3",
65-
"whitenoise==6.8.2",
63+
"sentry-sdk[django]==2.37.0",
64+
"url-normalize==2.2.1",
65+
"whitenoise==6.9.0",
6666
"prometheus-client==0.22.1",
6767
]
6868

@@ -74,21 +74,21 @@ dependencies = [
7474

7575
[project.optional-dependencies]
7676
dev = [
77-
"django-extensions==3.2.3",
78-
"drf-spectacular-sidecar==2024.12.1",
77+
"django-extensions==4.1",
78+
"drf-spectacular-sidecar==2025.9.1",
7979
"flower==2.0.1",
8080
"pip-audit==2.9.0",
8181
"pipdeptree==2.28.0",
8282
"pylint-django==2.6.1",
83-
"pylint==3.3.4",
84-
"pytest-cov==6.0.0",
85-
"pytest-django==4.9.0",
86-
"pytest==8.3.4",
83+
"pylint==3.3.8",
84+
"pytest-cov==6.3.0",
85+
"pytest-django==4.11.1",
86+
"pytest==8.4.2",
8787
"pytest-icdiff==0.9",
8888
"pytest-repeat==0.9.4",
89-
"pytest-xdist==3.6.1",
90-
"responses==0.25.6",
91-
"ruff==0.9.3"
89+
"pytest-xdist==3.8.0",
90+
"responses==0.25.8",
91+
"ruff==0.12.12"
9292
]
9393

9494
[tool.poetry]

src/mta-in/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requires-python = ">=3.13,<4.0"
2727

2828
# Note: after changing this list you must re-run `make mta-in-poetry-lock`
2929
dependencies = [
30-
"requests==2.32.3",
30+
"requests==2.32.5",
3131
"PyJWT==2.10.1",
3232
"pymilter==1.0.5"
3333
]
@@ -40,13 +40,13 @@ dependencies = [
4040

4141
[project.optional-dependencies]
4242
dev = [
43-
"pytest==8.3.5",
44-
"pytest-cov==6.0.0",
45-
"fastapi==0.115.12",
46-
"uvicorn==0.34.1",
47-
"ruff==0.9.3",
48-
"pylint==3.3.4",
49-
"types-requests==2.32.0.20241016",
43+
"pytest==8.4.2",
44+
"pytest-cov==6.3.0",
45+
"fastapi==0.116.1",
46+
"uvicorn==0.35.0",
47+
"ruff==0.12.12",
48+
"pylint==3.3.8",
49+
"types-requests==2.32.4.20250809",
5050
]
5151

5252
[tool.poetry]

src/mta-out/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ dependencies = [
3636

3737
[project.optional-dependencies]
3838
dev = [
39-
"pytest==8.3.5",
40-
"pytest-cov==6.0.0",
41-
"fastapi==0.115.12",
42-
"uvicorn==0.34.1",
43-
"requests==2.32.3",
39+
"pytest==8.4.2",
40+
"pytest-cov==6.3.0",
41+
"fastapi==0.116.1",
42+
"uvicorn==0.35.0",
43+
"requests==2.32.5",
4444
"PyJWT==2.10.1",
45-
"aiosmtpd==1.4.4",
46-
"ruff==0.9.3",
47-
"pylint==3.3.4",
48-
"types-requests==2.32.0.20241016",
45+
"aiosmtpd==1.4.6",
46+
"ruff==0.12.12",
47+
"pylint==3.3.8",
48+
"types-requests==2.32.4.20250809",
4949
]
5050

5151
[tool.poetry]

0 commit comments

Comments
 (0)