From c8eef925276e69a0df842e909674020e4394e485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:17:44 +0000 Subject: [PATCH] Bump djangorestframework from 3.14.0 to 3.15.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 27 ++++++++------------------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index cdba492..f608c53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -261,18 +261,18 @@ bcrypt = ["bcrypt"] [[package]] name = "djangorestframework" -version = "3.14.0" +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.14.0-py3-none-any.whl", hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08"}, - {file = "djangorestframework-3.14.0.tar.gz", hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"}, + {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" -pytz = "*" +"backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""} +django = ">=4.2" [[package]] name = "flake8" @@ -668,17 +668,6 @@ files = [ [package.dependencies] pytest = ">=2.5.2,<7" -[[package]] -name = "pytz" -version = "2023.3.post1" -description = "World timezone definitions, modern and historical" -optional = false -python-versions = "*" -files = [ - {file = "pytz-2023.3.post1-py2.py3-none-any.whl", hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7"}, - {file = "pytz-2023.3.post1.tar.gz", hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b"}, -] - [[package]] name = "sqlparse" version = "0.4.4" @@ -832,4 +821,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "30436b1c225fd7570ea535458ea6f4c02328a0592b543c6751a34f2598035649" +content-hash = "39f07c586abdfcaf94c217d8f06487823f727fbb378cbb4ec44971fe349d9440" diff --git a/pyproject.toml b/pyproject.toml index 4d03e03..91b0d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] coverage = {extras = ["toml"], version = "^6.2"} -djangorestframework = "^3.13.1" +djangorestframework = "^3.15.2" flake8 = "^5.0.4" psycopg2-binary = "^2.9.3" pytest = "^6.2.5"