Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,45 +24,45 @@ requires-python = ">=3.13,<4.0"

# Note: after changing this list you must re-run `make back-poetry-lock`
dependencies = [
"boto3==1.36.7",
"celery[redis]==5.5.2",
"cryptography==45.0.5",
"dj-database-url==2.3.0",
"django==5.1.11",
"django-celery-beat==2.8.0",
"boto3==1.40.19",
"celery[redis]==5.5.3",
"cryptography==45.0.6",
"dj-database-url==3.0.1",
"django==5.2.5",
"django-celery-beat==2.8.1",
"django-celery-results==2.6.0",
"django-configurations==2.5.1",
"django-cors-headers==4.6.0",
"django-cors-headers==4.7.0",
"django-countries==7.6.1",
"django-fernet-encrypted-fields==0.3.0",
"django-filter==24.3",
"django-filter==25.1",
"django-parler==2.3",
"django-redis==5.4.0",
"django-storages[s3]==1.14.4",
"django-redis==6.0.0",
"django-storages[s3]==1.14.6",
"django-timezone-field==7.1",
"djangorestframework==3.15.2",
"djangorestframework==3.16.1",
"dkimpy==1.1.8",
"dnspython==2.7.0",
"dockerflow==2024.4.2",
"drf_spectacular==0.28.0",
"opensearch-py==2.8.0",
"factory_boy==3.3.1",
"opensearch-py==3.0.0",
"factory_boy==3.3.3",
"flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6",
"gunicorn==23.0.0",
"jsonschema==4.25.0",
"jsonschema==4.25.1",
"mozilla-django-oidc==4.0.1",
"nested-multipart-parser==1.5.0",
"openai==1.93.0",
"psycopg[binary]==3.2.4",
"openai==1.102.0",
"psycopg[binary]==3.2.9",
"PyJWT==2.10.1",
"python-keycloak==5.5.1",
"python-keycloak==5.8.1",
"python-magic==0.4.27",
"pyzstd==0.17.0",
"redis==5.2.1",
"requests==2.32.4",
"sentry-sdk[django]==2.27.0",
"url-normalize==1.4.3",
"whitenoise==6.8.2",
"redis==6.4.0",
"requests==2.32.5",
"sentry-sdk[django]==2.35.1",
"url-normalize==2.2.1",
"whitenoise==6.9.0",
]

[project.urls]
Expand All @@ -73,20 +73,20 @@ dependencies = [

[project.optional-dependencies]
dev = [
"django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.12.1",
"django-extensions==4.1",
"drf-spectacular-sidecar==2025.8.1",
"flower==2.0.1",
"pip-audit==2.9.0",
"pylint-django==2.6.1",
"pylint==3.3.4",
"pytest-cov==6.0.0",
"pytest-django==4.9.0",
"pytest==8.3.4",
"pylint==3.3.8",
"pytest-cov==6.2.1",
"pytest-django==4.11.1",
"pytest==8.4.1",
"pytest-icdiff==0.9",
"pytest-repeat==0.9.4",
"pytest-xdist==3.6.1",
"responses==0.25.6",
"ruff==0.9.3"
"pytest-xdist==3.8.0",
"responses==0.25.8",
"ruff==0.12.11"
]

[tool.poetry]
Expand Down
16 changes: 8 additions & 8 deletions src/mta-in/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires-python = ">=3.13,<4.0"

# Note: after changing this list you must re-run `make mta-in-poetry-lock`
dependencies = [
"requests==2.32.3",
"requests==2.32.5",
"PyJWT==2.10.1",
"pymilter==1.0.5"
]
Expand All @@ -40,13 +40,13 @@ dependencies = [

[project.optional-dependencies]
dev = [
"pytest==8.3.5",
"pytest-cov==6.0.0",
"fastapi==0.115.12",
"uvicorn==0.34.1",
"ruff==0.9.3",
"pylint==3.3.4",
"types-requests==2.32.0.20241016",
"pytest==8.4.1",
"pytest-cov==6.2.1",
"fastapi==0.116.1",
"uvicorn==0.35.0",
"ruff==0.12.11",
"pylint==3.3.8",
"types-requests==2.32.4.20250809",
]

[tool.poetry]
Expand Down
18 changes: 9 additions & 9 deletions src/mta-out/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ dependencies = [

[project.optional-dependencies]
dev = [
"pytest==8.3.5",
"pytest-cov==6.0.0",
"fastapi==0.115.12",
"uvicorn==0.34.1",
"requests==2.32.3",
"pytest==8.4.1",
"pytest-cov==6.2.1",
"fastapi==0.116.1",
"uvicorn==0.35.0",
"requests==2.32.5",
"PyJWT==2.10.1",
"aiosmtpd==1.4.4",
"ruff==0.9.3",
"pylint==3.3.4",
"types-requests==2.32.0.20241016",
"aiosmtpd==1.4.6",
"ruff==0.12.11",
"pylint==3.3.8",
"types-requests==2.32.4.20250809",
]

[tool.poetry]
Expand Down
Loading