Skip to content

Commit 1535ba1

Browse files
⬆️(dependencies) update python dependencies
1 parent 2a3f8b7 commit 1535ba1

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

src/backend/pyproject.toml

Lines changed: 29 additions & 29 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-
"boto3==1.36.7",
28-
"celery[redis]==5.5.2",
29-
"cryptography==45.0.5",
30-
"dj-database-url==2.3.0",
31-
"django==5.1.11",
32-
"django-celery-beat==2.8.0",
27+
"boto3==1.40.10",
28+
"celery[redis]==5.5.3",
29+
"cryptography==45.0.6",
30+
"dj-database-url==3.0.1",
31+
"django==5.2.5",
32+
"django-celery-beat==2.8.1",
3333
"django-celery-results==2.6.0",
3434
"django-configurations==2.5.1",
35-
"django-cors-headers==4.6.0",
35+
"django-cors-headers==4.7.0",
3636
"django-countries==7.6.1",
3737
"django-fernet-encrypted-fields==0.3.0",
38-
"django-filter==24.3",
38+
"django-filter==25.1",
3939
"django-parler==2.3",
40-
"django-redis==5.4.0",
41-
"django-storages[s3]==1.14.4",
40+
"django-redis==6.0.0",
41+
"django-storages[s3]==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
"dockerflow==2024.4.2",
4747
"drf_spectacular==0.28.0",
48-
"opensearch-py==2.8.0",
49-
"factory_boy==3.3.1",
48+
"opensearch-py==3.0.0",
49+
"factory_boy==3.3.3",
5050
"flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6",
5151
"gunicorn==23.0.0",
5252
"jsonschema==4.25.0",
5353
"mozilla-django-oidc==4.0.1",
5454
"nested-multipart-parser==1.5.0",
55-
"openai==1.93.0",
56-
"psycopg[binary]==3.2.4",
55+
"openai==1.99.9",
56+
"psycopg[binary]==3.2.9",
5757
"PyJWT==2.10.1",
58-
"python-keycloak==5.5.1",
58+
"python-keycloak==5.7.0",
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.4",
63-
"sentry-sdk[django]==2.27.0",
64-
"url-normalize==1.4.3",
65-
"whitenoise==6.8.2",
63+
"sentry-sdk[django]==2.35.0",
64+
"url-normalize==2.2.1",
65+
"whitenoise==6.9.0",
6666
]
6767

6868
[project.urls]
@@ -73,20 +73,20 @@ dependencies = [
7373

7474
[project.optional-dependencies]
7575
dev = [
76-
"django-extensions==3.2.3",
77-
"drf-spectacular-sidecar==2024.12.1",
76+
"django-extensions==4.1",
77+
"drf-spectacular-sidecar==2025.8.1",
7878
"flower==2.0.1",
7979
"pip-audit==2.9.0",
8080
"pylint-django==2.6.1",
81-
"pylint==3.3.4",
82-
"pytest-cov==6.0.0",
83-
"pytest-django==4.9.0",
84-
"pytest==8.3.4",
81+
"pylint==3.3.8",
82+
"pytest-cov==6.2.1",
83+
"pytest-django==4.11.1",
84+
"pytest==8.4.1",
8585
"pytest-icdiff==0.9",
8686
"pytest-repeat==0.9.4",
87-
"pytest-xdist==3.6.1",
88-
"responses==0.25.6",
89-
"ruff==0.9.3"
87+
"pytest-xdist==3.8.0",
88+
"responses==0.25.8",
89+
"ruff==0.12.9"
9090
]
9191

9292
[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.4",
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.1",
44+
"pytest-cov==6.2.1",
45+
"fastapi==0.116.1",
46+
"uvicorn==0.35.0",
47+
"ruff==0.12.9",
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.1",
40+
"pytest-cov==6.2.1",
41+
"fastapi==0.116.1",
42+
"uvicorn==0.35.0",
43+
"requests==2.32.4",
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.9",
47+
"pylint==3.3.8",
48+
"types-requests==2.32.4.20250809",
4949
]
5050

5151
[tool.poetry]

0 commit comments

Comments
 (0)