From a5f7f1e60a6fb4a73d1285f04800fc508a1d93ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:52:45 +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 e3a7371..80277cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -606,18 +606,18 @@ typing-extensions = "*" [[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] "backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""} -django = ">=3.0" +django = ">=4.2" [[package]] name = "docker" @@ -1796,4 +1796,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "09066fff6aa78a17ecca816de739bcdf144c300c3c4f86a16813ff43b648d6a4" +content-hash = "c70145bd17ed8804c6c0fece56a25648f3f36358d5edc28074fc284ae0d62e15" diff --git a/pyproject.toml b/pyproject.toml index 876769e..01af4f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ django-materialize-css = "0.0.1" django-recaptcha = "^4.0.0" django-render-block = "0.9.2" django-storages = "^1.13.2" -djangorestframework = "3.15.1" +djangorestframework = "3.15.2" jinja2 = "3.1.4" Pillow = "10.3.0" psycopg2-binary = "2.9.9"