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