From fb57e885eeb2a120dbeb021b2fded2bfeaeba63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:22:26 +0000 Subject: [PATCH] Bump django from 4.2.13 to 4.2.14 Bumps [django](https://github.com/django/django) from 4.2.13 to 4.2.14. - [Commits](https://github.com/django/django/compare/4.2.13...4.2.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf77f81e..69bb8822 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 = "alabaster" @@ -330,13 +330,13 @@ six = ">=1.10" [[package]] name = "django" -version = "4.2.13" +version = "4.2.14" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.13-py3-none-any.whl", hash = "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a"}, - {file = "Django-4.2.13.tar.gz", hash = "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5"}, + {file = "Django-4.2.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, + {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, ] [package.dependencies] @@ -1784,4 +1784,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "84bba7d5ee3576bad6107eb6dd0cbdf63b28e7ca290353eca27a4a1798a38043" +content-hash = "c9bcbc1718cd51f8c7714868cf82ca5515cdfbbc73e19549235ec9ab6b708f6c" diff --git a/pyproject.toml b/pyproject.toml index 845541a9..56b8a731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" MarkupSafe = "^2.1.1" -Django = "^4.0.8" +Django = "^4.2.14" Jinja2 = "^3.1.2" gunicorn = "^20.1.0" Pillow = "^9.2.0"