From 096404fb73643549d521822cda8de6f7fdbc30db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:19:32 +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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ae9dfe2d..689aed79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -651,13 +651,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[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] @@ -1922,4 +1922,4 @@ tracking = ["sentry-sdk"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "27eb7fdcbdfd0a63718dacde04d7908af4f5c93ca973dd5234971916485b048c" +content-hash = "f906872a414f376367af78e4834649cf77ebc57ee7bb15a7a3ab6cdec34dacb0" diff --git a/pyproject.toml b/pyproject.toml index 0c9a9908..2083c757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -django = "=4.2.13" +django = "=4.2.14" xmltodict = ">=0.12,<0.14" pyyaml = ">=5.3.1,<7.0.0" uritemplate = ">=3.0.1,<5.0.0"