From 3954572e0fa2471c90550f4745de7a377d658b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 16:34:19 +0000 Subject: Bump django from 4.1.4 to 4.1.5 Bumps [django](https://github.com/django/django) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.4...4.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f27490b..67441c34 100644 --- a/poetry.lock +++ b/poetry.lock @@ -330,14 +330,14 @@ files = [ [[package]] name = "django" -version = "4.1.4" +version = "4.1.5" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.1.4-py3-none-any.whl", hash = "sha256:0b223bfa55511f950ff741983d408d78d772351284c75e9f77d2b830b6b4d148"}, - {file = "Django-4.1.4.tar.gz", hash = "sha256:d38a4e108d2386cb9637da66a82dc8d0733caede4c83c4afdbda78af4214211b"}, + {file = "Django-4.1.5-py3-none-any.whl", hash = "sha256:4b214a05fe4c99476e99e2445c8b978c8369c18d4dea8e22ec412862715ad763"}, + {file = "Django-4.1.5.tar.gz", hash = "sha256:ff56ebd7ead0fd5dbe06fe157b0024a7aaea2e0593bb3785fb594cf94dad58ef"}, ] [package.dependencies] @@ -1492,4 +1492,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "78b8378b70e2bc01803a8a6a8f1e5f303a3e00ef7c001aae49ec1ef24034d377" +content-hash = "663942793fd99eef0fba4eac4b51afb63b25e0da9bfb6717ac1805351472061e" diff --git a/pyproject.toml b/pyproject.toml index 64ce3531..712d6057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.4" +django = "4.1.5" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" -- cgit v1.2.3