Skip to content

Commit 5b942f0

Browse files
⬆️(dependencies) update python dependencies
1 parent 2bf02d3 commit 5b942f0

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
@@ -25,39 +25,39 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.13"
2727
dependencies = [
28-
"boto3==1.36.7",
28+
"boto3==1.38.8",
2929
"Brotli==1.1.0",
3030
"dj-database-url==2.3.0",
31-
"django==5.1.8",
31+
"django==5.2",
3232
"django-configurations==2.5.1",
33-
"django-cors-headers==4.6.0",
33+
"django-cors-headers==4.7.0",
3434
"django-countries==7.6.1",
35-
"django-filter==24.3",
35+
"django-filter==25.1",
3636
"django-ltree@git+https://github.com/mariocesar/django-ltree@5d955bc82021a50c522ee524106f6709e3b414e4",
3737
"django-parler==2.3",
3838
"django-redis==5.4.0",
39-
"django-storages[s3]==1.14.4",
39+
"django-storages[s3]==1.14.6",
4040
"django-timezone-field>=5.1",
41-
"djangorestframework==3.15.2",
41+
"djangorestframework==3.16.0",
4242
"dkimpy==1.1.8",
4343
"dockerflow==2024.4.2",
4444
"drf_spectacular==0.28.0",
4545
"easy_thumbnails==2.10",
46-
"factory_boy==3.3.1",
46+
"factory_boy==3.3.3",
4747
"flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6",
4848
"gunicorn==23.0.0",
4949
"jsonschema==4.23.0",
50-
"markdown==3.7",
50+
"markdown==3.8",
5151
"mozilla-django-oidc==4.0.1",
5252
"nested-multipart-parser==1.5.0",
53-
"psycopg[binary]==3.2.4",
53+
"psycopg[binary]==3.2.7",
5454
"PyJWT==2.10.1",
5555
"python-magic==0.4.27",
56-
"redis==5.2.1",
56+
"redis==6.0.0",
5757
"requests==2.32.3",
58-
"sentry-sdk==2.20.0",
59-
"url-normalize==1.4.3",
60-
"whitenoise==6.8.2",
58+
"sentry-sdk==2.27.0",
59+
"url-normalize==2.2.1",
60+
"whitenoise==6.9.0",
6161
]
6262

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

6969
[project.optional-dependencies]
7070
dev = [
71-
"django-extensions==3.2.3",
72-
"drf-spectacular-sidecar==2024.12.1",
71+
"django-extensions==4.1",
72+
"drf-spectacular-sidecar==2025.5.1",
7373
"pylint-django==2.6.1",
74-
"pylint==3.3.4",
75-
"pytest-cov==6.0.0",
76-
"pytest-django==4.9.0",
77-
"pytest==8.3.4",
74+
"pylint==3.3.7",
75+
"pytest-cov==6.1.1",
76+
"pytest-django==4.11.1",
77+
"pytest==8.3.5",
7878
"pytest-icdiff==0.9",
7979
"pytest-xdist==3.6.1",
80-
"responses==0.25.6",
81-
"ruff==0.9.3",
82-
"types-requests==2.32.0.20241016",
80+
"responses==0.25.7",
81+
"ruff==0.11.8",
82+
"types-requests==2.32.0.20250328",
8383
]
8484

8585
[tool.setuptools]

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.8",
44+
"pylint==3.3.7",
45+
"types-requests==2.32.0.20250328",
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.8",
45+
"pylint==3.3.7",
46+
"types-requests==2.32.0.20250328",
4747
]
4848

4949
[tool.setuptools]

0 commit comments

Comments
 (0)