From a13b6c80d4ee5ca809544d2d8a9f4fb3007e4624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:33:20 +0000 Subject: [PATCH] build(deps): update django requirement in /python/django-postgres Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.2.11...6.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/django-postgres/pyproject.toml | 2 +- python/django-postgres/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/django-postgres/pyproject.toml b/python/django-postgres/pyproject.toml index e848e323..c7fd6ed1 100644 --- a/python/django-postgres/pyproject.toml +++ b/python/django-postgres/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ - "django>=5.2.11,<5.3", + "django>=5.2.11,<6.2", "djangorestframework>=3.16.1,<4.0", "psycopg[binary]>=3.3.3", "dj-database-url>=3.0.1", diff --git a/python/django-postgres/requirements.txt b/python/django-postgres/requirements.txt index d1d4d9bd..8c010641 100644 --- a/python/django-postgres/requirements.txt +++ b/python/django-postgres/requirements.txt @@ -1,5 +1,5 @@ # Core -django>=5.2.11,<5.3 +django>=5.2.11,<6.2 djangorestframework>=3.16.1,<4.0 psycopg[binary]>=3.3.3 dj-database-url>=3.0.1