From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:54:56 +0000 (+0000) Subject: build(deps): update djangorestframework requirement X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F637%2Fhead;p=thirdparty%2Fpatchwork.git build(deps): update djangorestframework requirement Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/requirements-dev.txt b/requirements-dev.txt index 90bc4c31..ac99d7f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ Django~=5.1.0 -djangorestframework~=3.15.2 +djangorestframework~=3.16.1 django-filter~=24.2.0 django-debug-toolbar~=5.0.1 django-dbbackup~=4.2.0 diff --git a/requirements-prod.txt b/requirements-prod.txt index 4bd824a7..dce171e1 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,5 +1,5 @@ Django~=5.1.0 -djangorestframework~=3.15.0 +djangorestframework~=3.16.1 django-filter~=24.3.0 psycopg2~=2.9.10 sqlparse~=0.5.1