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
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dev-host = [
"ansible-lint==26.8.0",
"celery-types==0.26.0",
"django-stubs==6.1.0",
"djangorestframework-stubs==3.18.1",
"djangorestframework==3.18.1",
"mypy==2.3.1",
"ruff==0.16.6",
"ruff==0.16.7",
"tenacity==9.1.4",
"types-gunicorn==26.2.0.20260827",
# Direct dev dep: types-psutil used to arrive transitively via
Expand All @@ -39,7 +39,7 @@ dev-host = [
docker-image-builder = [
"click==8.5.0",
"jinja2==3.1.6",
"pygit2==1.20.0",
"pygit2==1.20.1",
"requests==2.34.2",
"python-on-whales==0.81.0",
]
Expand All @@ -49,8 +49,8 @@ server = [
"channels==4.3.2",
"channels-redis==4.3.0",
"Django==5.2.17",
"djangorestframework==3.18.0",
"django-dbbackup==5.3.0",
"djangorestframework==3.18.1",
"django-dbbackup==5.3.1",
"django-stubs-ext==6.1.0",
"drf-spectacular==0.30.0",
"Jinja2==3.1.6",
Expand Down Expand Up @@ -80,7 +80,7 @@ server = [
"PyYAML==6.0.3",
"redis==8.1.0",
"requests==2.34.2",
"sentry-sdk==2.68.1",
"sentry-sdk==2.69.1",
"tenacity==9.1.4",
"sh==2.4.0",
"urllib3==2.7.0",
Expand All @@ -97,7 +97,7 @@ viewer = [
"pytz==2026.3.post1",
"redis==8.1.0",
"requests==2.34.2",
"sentry-sdk==2.68.1",
"sentry-sdk==2.69.1",
"tenacity==9.1.4",
"sh==2.4.0",
"urllib3==2.7.0",
Expand All @@ -110,10 +110,10 @@ dev = [
"pytest-xdist==3.8.0",
"playwright==1.62.0",
"pytest-playwright==0.9.0",
"time-machine==3.5.0",
"time-machine==3.5.1",
]
host = [
"ansible-core==2.21.3",
"ansible-core==2.21.4",
"redis==8.1.0",
"requests==2.34.2",
"tenacity==9.1.4",
Expand Down Expand Up @@ -143,9 +143,9 @@ mypy = [
"channels==4.3.2",
"channels-redis==4.3.0",
"Django==5.2.17",
"django-dbbackup==5.3.0",
"django-dbbackup==5.3.1",
"django-stubs-ext==6.1.0",
"djangorestframework==3.18.0",
"djangorestframework==3.18.1",
"drf-spectacular==0.30.0",
# Pillow ships PEP 561 stubs (py.typed). The processing module
# imports PIL at top level, so mypy needs the package resolvable
Expand All @@ -155,7 +155,7 @@ mypy = [
# ignored, mirroring the pydbus / sh pattern.
"Pillow==12.3.0",
"pytz==2026.3.post1",
"sentry-sdk==2.68.1",
"sentry-sdk==2.69.1",
"whitenoise==6.12.0",
]

Expand Down
Loading
Loading