From 0cb12de1a9d881c74ab7008ba774fb96c254260f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:31:12 +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 492e87ee..72b5250e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1001,17 +1001,17 @@ tablib = ["tablib"] [[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 = "ecs-logging" @@ -2837,4 +2837,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4b06f5b73442ec7e1e1ec3ab56488edd3247dbf46690250255edddd7cb05b6b6" +content-hash = "1d19b4e2c6469d876fcf87c34959388434687f4e58c8bd7e201052af88445aee" diff --git a/pyproject.toml b/pyproject.toml index 7abe42bf..b33d2f65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ django-settings-export = "^1.2.1" django-simple-history = "^3.5.0" django-staff-sso-client = "^4.2.2" django-tables2 = "^2.4.0" -djangorestframework = "^3.14.0" +djangorestframework = "^3.15.2" elastic-apm = "^6.2.2" gunicorn = "^22.0.0" psycopg2 = "^2.8.6"