From 06868361c6d3604ef60eff92d4cf520715049076 Mon Sep 17 00:00:00 2001 From: bronsen <kontakt+gitcommit@nrrd.de> Date: Thu, 3 Apr 2025 13:53:24 +0200 Subject: [PATCH] [dependencies] new django release, update all dependencies --- requirements/dev.txt | 14 +++++++------- requirements/prod.txt | 4 ++-- requirements/test.txt | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index e6b7f0f..e74ff25 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -15,11 +15,11 @@ click==8.1.8 columnar==1.4.1 decorator==5.2.1 defusedxml==0.7.1 -django-debug-toolbar==5.0.1 +django-debug-toolbar==5.1.0 django-stubs==5.1.3 django-stubs-ext==5.1.3 executing==2.2.0 -genbadge==1.1.1 +genbadge==1.1.2 idna==3.10 ipython==9.0.2 ipython-pygments-lexers==1.1.1 @@ -41,16 +41,16 @@ pymarkdownlnt==0.9.29 pyproject-hooks==1.2.0 pyyaml==6.0.2 requests==2.32.3 -rich==13.9.4 -ruff==0.11.0 -setuptools==76.0.0 +rich==14.0.0 +ruff==0.11.2 +setuptools==78.1.0 stack-data==0.6.3 tomli==2.2.1 toolz==1.0.0 toposort==1.10 traitlets==5.14.3 -types-pyyaml==6.0.12.20241230 +types-pyyaml==6.0.12.20250402 urllib3==2.3.0 -uv==0.6.7 +uv==0.6.12 wcwidth==0.2.13 wheel==0.45.1 diff --git a/requirements/prod.txt b/requirements/prod.txt index 84c4010..987e8ea 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -6,7 +6,7 @@ # pip-compile-multi # asgiref==3.8.1 -django==5.1.7 +django==5.2 django-environ==0.12.0 django-extensions==3.2.3 django-ipware==7.0.1 @@ -17,4 +17,4 @@ psycopg-pool==3.2.6 python-ipware==3.0.0 sqlparse==0.5.3 structlog==24.4.0 -typing-extensions==4.12.2 +typing-extensions==4.13.0 diff --git a/requirements/test.txt b/requirements/test.txt index 564af85..716d666 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -7,12 +7,12 @@ # -r prod.txt attrs==25.3.0 -coverage==7.7.0 -hypothesis==6.129.3 -iniconfig==2.0.0 +coverage==7.8.0 +hypothesis==6.130.8 +iniconfig==2.1.0 packaging==24.2 pluggy==1.5.0 pytest==8.3.5 -pytest-cov==6.0.0 -pytest-django==4.10.0 +pytest-cov==6.1.0 +pytest-django==4.11.0 sortedcontainers==2.4.0