From a053fc0babc0f50fe4e7497e1c114a56837c27c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:50:06 +0000 Subject: [PATCH] chore(deps): bump djangorestframework from 3.14.0 to 3.15.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f68bc990..a66154f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -566,18 +566,17 @@ prometheus-client = ">=0.7" [[package]] name = "djangorestframework" -version = "3.14.0" +version = "3.15.1" description = "Web APIs for Django, made easy." optional = false python-versions = ">=3.6" files = [ - {file = "djangorestframework-3.14.0-py3-none-any.whl", hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08"}, - {file = "djangorestframework-3.14.0.tar.gz", hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"}, + {file = "djangorestframework-3.15.1-py3-none-any.whl", hash = "sha256:3ccc0475bce968608cf30d07fb17d8e52d1d7fc8bfe779c905463200750cbca6"}, + {file = "djangorestframework-3.15.1.tar.gz", hash = "sha256:f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"}, ] [package.dependencies] django = ">=3.0" -pytz = "*" [[package]] name = "djangorestframework-jsonapi" @@ -1968,4 +1967,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b70d1fb79c0613569e99b51e962145597188333ac6fef5afac6dfc127bbd0782" +content-hash = "15ca60a90e8f5c519f2b49f1fc8a29dac3be76e5ca358c8458b7c46bea466d80" diff --git a/pyproject.toml b/pyproject.toml index 081043b9..fa02d16d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ django-cors-headers = "^4.3.1" django-filter = "^24.2" django-multiselectfield = "^0.1.12" django-prometheus = "^2.3.1" -djangorestframework = "^3.14.0" +djangorestframework = "^3.15.1" djangorestframework-jsonapi = "^6.1.0" mozilla-django-oidc = "^4.0.1" psycopg2-binary = "^2.9.9"