From fb37d969b3867014aad80183b567dd6351e713f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:29:39 +0000 Subject: [PATCH] Bump django from 4.2.14 to 4.2.15 Bumps [django](https://github.com/django/django) from 4.2.14 to 4.2.15. - [Commits](https://github.com/django/django/compare/4.2.14...4.2.15) --- 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 cb853355..45413a0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -624,13 +624,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "4.2.14" +version = "4.2.15" 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.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, - {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, + {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, + {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, ] [package.dependencies] @@ -2077,4 +2077,4 @@ tracking = ["sentry-sdk"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fbfbaadf964d6a75f002d238511a9c9efa4acc8f6d8aa2c1353d89a254bb4d90" +content-hash = "bfeb48ec9e30f5e0ca1c50a314d36b08dbdd9cd55a929883675f47cc10181009" diff --git a/pyproject.toml b/pyproject.toml index 5dadcea4..ff58502b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -django = "=4.2.14" +django = "=4.2.15" xmltodict = ">=0.12,<0.14" pyyaml = ">=5.3.1,<7.0.0" uritemplate = ">=3.0.1,<5.0.0"