From 13473d3cd9fa677ac34760d82a13ea444f5dc0e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:59:07 +0000 Subject: [PATCH] Update django --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 31fc2dcd..fccab6ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = ["Private :: Do Not Upload"] dependencies = [ # Runtime dependendencies, always needed "celery==5.6.3", - "django[argon2]==6.0.7", + "django[argon2]==6.1", "django-ninja==1.6.2", "django-allauth==65.18.0", "django-auth-style==0.15.0", @@ -24,7 +24,7 @@ dependencies = [ "django-resonant-utils[allauth,s3_storage]==0.19.0", "django-s3-file-field[s3]==1.1.0", "django-storages[s3]==1.14.6", - "django-stubs-ext==6.0.7", + "django-stubs-ext==6.1.0", "psycopg[binary]==3.3.4", "pydantic==2.13.4", "requests==2.34.2", @@ -80,7 +80,7 @@ lint = [ type = [ "mypy==1.20.2", "celery-types==0.26.0", - "django-stubs[compatible-mypy]==6.0.7", + "django-stubs[compatible-mypy]==6.1.0", "types-requests==2.33.0.20260712", ] test = [