From da9c3f2ced4b747e3353acf73a5f22de6c2a70b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 07:08:00 +0000 Subject: [PATCH] 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...6.0) --- updated-dependencies: - dependency-name: django dependency-version: '6.0' 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 4fde9625..d717593b 100644 --- a/python/django-postgres/pyproject.toml +++ b/python/django-postgres/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ - "django>=5.2,<5.3", + "django>=5.2,<6.1", "djangorestframework>=3.16,<4.0", "psycopg[binary]>=3.2", "dj-database-url>=2.3", diff --git a/python/django-postgres/requirements.txt b/python/django-postgres/requirements.txt index 20e0f6c4..0e621636 100644 --- a/python/django-postgres/requirements.txt +++ b/python/django-postgres/requirements.txt @@ -1,5 +1,5 @@ # Core -django>=5.2,<5.3 +django>=5.2,<6.1 djangorestframework>=3.16,<4.0 psycopg[binary]>=3.2 dj-database-url>=2.3