From 5242947e0eb7b29fc158a6989583b7b240f13b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:52:22 +0000 Subject: [PATCH] Bump django from 4.2.10 to 4.2.11 in /example_project Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.11. - [Commits](https://github.com/django/django/compare/4.2.10...4.2.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example_project/poetry.lock | 8 ++++---- example_project/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example_project/poetry.lock b/example_project/poetry.lock index 1638df7..be45c09 100644 --- a/example_project/poetry.lock +++ b/example_project/poetry.lock @@ -19,13 +19,13 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[package]] name = "django" -version = "4.2.10" +version = "4.2.11" 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.10-py3-none-any.whl", hash = "sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1"}, - {file = "Django-4.2.10.tar.gz", hash = "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"}, + {file = "Django-4.2.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, + {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, ] [package.dependencies] @@ -196,4 +196,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d43f0a3fc0e49db73ef9c12cebe003dfb502a42f7a7d4053d6f99c0d08b4b278" +content-hash = "c34b8b1f001c393651353bdc267f2a83d69d959f1d433e79dcdfcbd3ca1738c9" diff --git a/example_project/pyproject.toml b/example_project/pyproject.toml index 484ddc5..b0834c8 100644 --- a/example_project/pyproject.toml +++ b/example_project/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.10" -Django = "^4.2.10" +Django = "^4.2.11" govuk-frontend-django = { path = "../", develop = true } govuk-frontend-jinja = "^2.5.0"