From 5a0e2548c391a48c75f5b8fb36e103358a2c22a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:54:00 +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-type: direct:production update-type: version-update:semver-minor ... 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 bcaeb1f5c5..0c3d7fc13e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,14 +1188,14 @@ pytz = "*" [[package]] name = "djangorestframework" -version = "3.15.2" +version = "3.16.0" description = "Web APIs for Django, made easy." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "djangorestframework-3.15.2-py3-none-any.whl", hash = "sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20"}, - {file = "djangorestframework-3.15.2.tar.gz", hash = "sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad"}, + {file = "djangorestframework-3.16.0-py3-none-any.whl", hash = "sha256:bea7e9f6b96a8584c5224bfb2e4348dfb3f8b5e34edbecb98da258e892089361"}, + {file = "djangorestframework-3.16.0.tar.gz", hash = "sha256:f022ff46613584de994c0c6a4aebbace5fd700555fbe9d33b865ebf173eba6c9"}, ] [package.dependencies] @@ -4033,4 +4033,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.11.2,<3.14" -content-hash = "dfb88373d9210bd63e29e3e49de530a4b9eebafcd367755eda30c2ba16acaeda" +content-hash = "7a7041146ffc03c050093c682794974df450262e7f09df51599e5372ed06941a" diff --git a/pyproject.toml b/pyproject.toml index 06e0d0753f..9e9d8f8d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ requests = "^2.32.3" requests-oauthlib = "^1.3.1" tablib = "^3.8.0" ua-parser = "^1.0.1" -djangorestframework = "^3.15.2" +djangorestframework = "^3.16.0" cffi = "^1.17.1" django-mdeditor = "^0.1.20" django-tz-detect = "^0.4.0"