From 7abe1473561f9ae5e6a5c1bb2cab68e1281d6622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:31:13 +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 ... 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 3de328b..3de8893 100644 --- a/poetry.lock +++ b/poetry.lock @@ -357,17 +357,17 @@ Django = ">=3.2,<6.0" [[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 = "gunicorn" @@ -768,4 +768,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "28eac2c3bd83a47d892e008f86c3e4ec98db73d422ec5ee4bfce43f24a82f221" +content-hash = "481427f997faf745ec1779e45c29b6dd44f90ac81c334e202fd2a7a271722efe" diff --git a/pyproject.toml b/pyproject.toml index ee8c8f6..0be274f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ celery = "5.4.0" django = "4.2.11" django-celery-beat = "2.6.0" django-hosts = "6.0" -djangorestframework = "3.15.1" +djangorestframework = "3.15.2" gunicorn = "22.0.0" pillow = "10.3.0" psycopg2-binary = "2.9.9"