Skip to content

Commit ff7066d

Browse files
⬆️(dependencies) update python dependencies
1 parent ad07b5a commit ff7066d

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

src/backend/pyproject.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,39 @@ license = "MIT"
2222
readme = "README.md"
2323
requires-python = ">=3.13,<4.0"
2424
dependencies = [
25-
"boto3==1.36.7",
25+
"boto3==1.38.21",
2626
"celery[redis]==5.5.2",
2727
"dj-database-url==2.3.0",
28-
"django==5.1.8",
29-
"django-celery-beat==2.8.0",
28+
"django==5.2.1",
29+
"django-celery-beat==2.8.1",
3030
"django-celery-results==2.6.0",
3131
"django-configurations==2.5.1",
32-
"django-cors-headers==4.6.0",
32+
"django-cors-headers==4.7.0",
3333
"django-countries==7.6.1",
34-
"django-filter==24.3",
34+
"django-filter==25.1",
3535
"django-parler==2.3",
3636
"django-redis==5.4.0",
37-
"django-storages[s3]==1.14.4",
37+
"django-storages[s3]==1.14.6",
3838
"django-timezone-field==7.1",
39-
"djangorestframework==3.15.2",
39+
"djangorestframework==3.16.0",
4040
"dkimpy==1.1.8",
4141
"dnspython==2.7.0",
4242
"dockerflow==2024.4.2",
4343
"drf_spectacular==0.28.0",
44-
"elasticsearch==7.17.12",
45-
"factory_boy==3.3.1",
44+
"elasticsearch==9.0.1",
45+
"factory_boy==3.3.3",
4646
"flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6",
4747
"gunicorn==23.0.0",
4848
"mozilla-django-oidc==4.0.1",
4949
"nested-multipart-parser==1.5.0",
50-
"psycopg[binary]==3.2.4",
50+
"psycopg[binary]==3.2.9",
5151
"PyJWT==2.10.1",
5252
"python-magic==0.4.27",
53-
"redis==5.2.1",
53+
"redis==6.1.0",
5454
"requests==2.32.3",
55-
"sentry-sdk[django]==2.27.0",
56-
"url-normalize==1.4.3",
57-
"whitenoise==6.8.2",
55+
"sentry-sdk[django]==2.29.1",
56+
"url-normalize==2.2.1",
57+
"whitenoise==6.9.0",
5858
]
5959

6060
[project.urls]
@@ -65,19 +65,19 @@ dependencies = [
6565

6666
[project.optional-dependencies]
6767
dev = [
68-
"django-extensions==3.2.3",
69-
"drf-spectacular-sidecar==2024.12.1",
68+
"django-extensions==4.1",
69+
"drf-spectacular-sidecar==2025.5.1",
7070
"flower==2.0.1",
7171
"pylint-django==2.6.1",
72-
"pylint==3.3.4",
73-
"pytest-cov==6.0.0",
74-
"pytest-django==4.9.0",
75-
"pytest==8.3.4",
72+
"pylint==3.3.7",
73+
"pytest-cov==6.1.1",
74+
"pytest-django==4.11.1",
75+
"pytest==8.3.5",
7676
"pytest-icdiff==0.9",
7777
"pytest-repeat==0.9.4",
7878
"pytest-xdist==3.6.1",
79-
"responses==0.25.6",
80-
"ruff==0.9.3"
79+
"responses==0.25.7",
80+
"ruff==0.11.10"
8181
]
8282

8383
[tool.poetry]

src/mta-in/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requires-python = ">=3.11"
2727
dependencies = [
2828
"pytest==8.3.5",
2929
"fastapi==0.115.12",
30-
"uvicorn==0.34.1",
30+
"uvicorn==0.34.2",
3131
"requests==2.32.3",
3232
"PyJWT==2.10.1"
3333
]
@@ -40,9 +40,9 @@ dependencies = [
4040

4141
[project.optional-dependencies]
4242
dev = [
43-
"ruff==0.9.3",
44-
"pylint==3.3.4",
45-
"types-requests==2.32.0.20241016",
43+
"ruff==0.11.10",
44+
"pylint==3.3.7",
45+
"types-requests==2.32.0.20250515",
4646
]
4747

4848
[tool.setuptools]

src/mta-out/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ requires-python = ">=3.13"
2727
dependencies = [
2828
"pytest==8.3.5",
2929
"fastapi==0.115.12",
30-
"uvicorn==0.34.1",
30+
"uvicorn==0.34.2",
3131
"requests==2.32.3",
3232
"PyJWT==2.10.1",
33-
"aiosmtpd==1.4.4" # For testing SMTP server
33+
"aiosmtpd==1.4.6" # For testing SMTP server
3434
]
3535

3636
[project.urls]
@@ -41,9 +41,9 @@ dependencies = [
4141

4242
[project.optional-dependencies]
4343
dev = [
44-
"ruff==0.9.3",
45-
"pylint==3.3.4",
46-
"types-requests==2.32.0.20241016",
44+
"ruff==0.11.10",
45+
"pylint==3.3.7",
46+
"types-requests==2.32.0.20250515",
4747
]
4848

4949
[tool.setuptools]

0 commit comments

Comments
 (0)