From df97c63499a5324c40211fe23a773134db831eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:02:48 +0000 Subject: [PATCH] Bump django from 4.2.6 to 4.2.7 Bumps [django](https://github.com/django/django) from 4.2.6 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2.6...4.2.7) --- 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 b38d1888..f3de9d9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -650,13 +650,13 @@ graph = ["objgraph (>=1.7.2)"] [[package]] name = "django" -version = "4.2.6" +version = "4.2.7" 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.6-py3-none-any.whl", hash = "sha256:a64d2487cdb00ad7461434320ccc38e60af9c404773a2f95ab0093b4453a3215"}, - {file = "Django-4.2.6.tar.gz", hash = "sha256:08f41f468b63335aea0d904c5729e0250300f6a1907bf293a65499496cdbc68f"}, + {file = "Django-4.2.7-py3-none-any.whl", hash = "sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"}, + {file = "Django-4.2.7.tar.gz", hash = "sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"}, ] [package.dependencies] @@ -2026,4 +2026,4 @@ tracking = ["sentry-sdk"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e5bf83ced9907f2c8c53e3fce675e268ddccc463a6bbb52695dee7b5ad84dccc" +content-hash = "6146a18ec0995c1d45c44af53e5c982b4f49ff21fc6c51c816b2a3a386688617" diff --git a/pyproject.toml b/pyproject.toml index 9a0cb380..e6fef1c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -django = "=4.2.6" +django = "=4.2.7" xmltodict = ">=0.12,<0.14" pyyaml = ">=5.3.1,<7.0.0" uritemplate = ">=3.0.1,<5.0.0"