From f88b97821df39243e72b9dc770df620af9e1c79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:54:33 +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 ab19055..f623abf 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" @@ -1797,4 +1797,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "5509665ec28b5e922012e98970521c07a4040cacc169f779828e2f2487df6f83" +content-hash = "877e8c0c21266f5c4cc82a1e7fb77f44fd8c5416487473beb2de82944a56ff47" diff --git a/pyproject.toml b/pyproject.toml index 13c2b2c..de14873 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"