From f2612ef3fdc6af1102219033d07756e7de539588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:45:43 +0000 Subject: [PATCH] chore(deps): Bump djangorestframework from 3.15.2 to 3.16.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83c41487..0ab40d2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dynamic = ["version"] [project.optional-dependencies] django = ["Django>=4.2"] django-filter = ["django-filter>=24.2"] -djangorestframework = ["djangorestframework>=3.10.3,<3.16"] +djangorestframework = ["djangorestframework>=3.10.3,<3.17"] pydantic = ["pydantic>=2.0"] [project.urls] diff --git a/requirements.in b/requirements.in index a8c7e54c..09e4bd45 100644 --- a/requirements.in +++ b/requirements.in @@ -10,7 +10,7 @@ cryptography==44.0.1 defusedxml==0.7.1 django-filter>=24.2 Django>=4.2 -djangorestframework>=3.10.3,<3.16 +djangorestframework>=3.10.3,<3.17 importlib-metadata==8.6.1 jsonschema==4.23.0 lxml==5.3.1