From 42434762a623e834977c00c46c33b5026ddad1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:37:46 +0000 Subject: [PATCH] chore(deps): bump djangorestframework from 3.15.1 to 3.15.2 in /backend (#288) Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/poetry.lock | 12 ++++++------ backend/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 2a88544c4..84e2bae98 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -552,17 +552,17 @@ prometheus-client = ">=0.7" [[package]] name = "djangorestframework" -version = "3.15.1" +version = "3.15.2" description = "Web APIs for Django, made easy." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "djangorestframework-3.15.1-py3-none-any.whl", hash = "sha256:3ccc0475bce968608cf30d07fb17d8e52d1d7fc8bfe779c905463200750cbca6"}, - {file = "djangorestframework-3.15.1.tar.gz", hash = "sha256:f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"}, + {file = "djangorestframework-3.15.2-py3-none-any.whl", hash = "sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20"}, + {file = "djangorestframework-3.15.2.tar.gz", hash = "sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad"}, ] [package.dependencies] -django = ">=3.0" +django = ">=4.2" [[package]] name = "djangorestframework-jsonapi" @@ -1958,4 +1958,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "358b0369d92a226107dbb291a00299c224852a5d1d651b745c64b7900b835609" +content-hash = "c4b9c0b6e1068411df8e69c5a6d4a2769503e1ece87b742bb1bb4f1b3f249c06" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0a797c65d..21101d0e7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -26,7 +26,7 @@ django = "^4.2.11" django-cors-headers = "^4.4.0" django-filter = "^24.2" django-prometheus = "^2.3.1" -djangorestframework = "^3.15.1" +djangorestframework = "^3.15.2" djangorestframework-jsonapi = "^7.0.1" mozilla-django-oidc = "^4.0.1" pytz = "^2024.1"