From ce3273548529bb505099d93bdc49785e4e840100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:42:09 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.1 to 3.15.2 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] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9b0a5623..d3bdd279 100644 --- a/poetry.lock +++ b/poetry.lock @@ -589,17 +589,17 @@ dev = ["black"] [[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 = "exceptiongroup" @@ -1691,4 +1691,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "99a13c235cab6c97fda50df94685a101f80f854430a7a033a324c3200e3416b4" +content-hash = "733eef6feb036eb6251b4a9c0435c7d9852a9ae149ccba8265c4c6b5008cbcf2" diff --git a/pyproject.toml b/pyproject.toml index b4de82b2..f8ca864b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.9" django = "^4.2" django-environ = "^0.11.2" django-extensions = "^3.2.1" -djangorestframework = "^3.15.1" +djangorestframework = "^3.15.2" django-cors-headers = "^4.0.0" django-vite = "^3.0.4" social-auth-app-django = "^5.4.1"