From 921c43532d387659e1e5158a16037e5d7780b400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:38:33 +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.11...6.0.2) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.2 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 8bff0a8..1b899c7 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.1", "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 7322147..0740756 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.1 djangorestframework>=3.16.1,<4.0 psycopg[binary]>=3.3.3 dj-database-url>=3.0.1