From d46a2871f6f18c85472db34e3f13e40abd5fa96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:13:30 +0000 Subject: [PATCH] Bump django from 4.1.5 to 4.1.7 Bumps [django](https://github.com/django/django) from 4.1.5 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.5...4.1.7) --- 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 1902c67..8be7ba4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -801,14 +801,14 @@ files = [ [[package]] name = "django" -version = "4.1.5" +version = "4.1.7" 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.5-py3-none-any.whl", hash = "sha256:4b214a05fe4c99476e99e2445c8b978c8369c18d4dea8e22ec412862715ad763"}, - {file = "Django-4.1.5.tar.gz", hash = "sha256:ff56ebd7ead0fd5dbe06fe157b0024a7aaea2e0593bb3785fb594cf94dad58ef"}, + {file = "Django-4.1.7-py3-none-any.whl", hash = "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e"}, + {file = "Django-4.1.7.tar.gz", hash = "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8"}, ] [package.dependencies] @@ -3788,4 +3788,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "47d4a706ed11e7da8599131523b32f44c6f9703559efd8b4f00245abd40a4a68" +content-hash = "06233b51d4d1a95777309d67bbbac65c862c1d9c7ee667a7057dd3a869263a98" diff --git a/pyproject.toml b/pyproject.toml index 0565c2d..010fd4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ hiredis = "^2.2.2" celery = {extras = ["redis"], version = "^5.2.7"} django-celery-beat = "^2.4.0" flower = "^1.2.0" -django = "^4.1.5" +django = "^4.1.7" django-health-check = "^3.17.0" django-structlog = "^4.0.1" django-environ = "^0.9.0"