From fb11bc80d3ae3d0a9ff3f0945f77c787dbcb2787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:25:13 +0000 Subject: [PATCH] Bump djangorestframework in the production-version-updates group Bumps the production-version-updates group with 1 update: [djangorestframework](https://github.com/encode/django-rest-framework). Updates `djangorestframework` from 3.16.1 to 3.17.0 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.1...3.17.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-version-updates ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b99440c..97b25c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -201,14 +201,14 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)", "setuptools (>=71.0. [[package]] name = "djangorestframework" -version = "3.16.1" +version = "3.17.0" description = "Web APIs for Django, made easy." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "djangorestframework-3.16.1-py3-none-any.whl", hash = "sha256:33a59f47fb9c85ede792cbf88bde71893bcda0667bc573f784649521f1102cec"}, - {file = "djangorestframework-3.16.1.tar.gz", hash = "sha256:166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7"}, + {file = "djangorestframework-3.17.0-py3-none-any.whl", hash = "sha256:d84fe85f30b7ac6e8c0076ce9ff635e4eaedca5912f8d7d2926ce448c08533ba"}, + {file = "djangorestframework-3.17.0.tar.gz", hash = "sha256:456fd992a33f9e64c9d0f47e85d9787db0efb44f894c1e513315b5e74765bd4c"}, ] [package.dependencies] @@ -765,4 +765,4 @@ python-discovery = ">=1" [metadata] lock-version = "2.1" python-versions = "^3.13.9" -content-hash = "4f7daf244fb746e4530b163ac4169ffc1e309fff5a51a6e6760cb1f5b382e31b" +content-hash = "b9a67acae9b4d39ee6bfdebf3d57428492836c50277ac6370d751925355baa0d" diff --git a/pyproject.toml b/pyproject.toml index 37a91d4..21571c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false python = "^3.13.9" django = "^6.0" django-environ = "^0.13.0" -djangorestframework = "^3.16.0" +djangorestframework = "^3.17.0" psycopg2 = "^2.9.10" [tool.poetry.group.test.dependencies]