From 5bb6113c4f0cb54fce7961ce79c8c5aaf0b7dabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:01:55 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.17 to 4.2.20 Bumps [django](https://github.com/django/django) from 4.2.17 to 4.2.20. - [Commits](https://github.com/django/django/compare/4.2.17...4.2.20) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 839ed20..db9495e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -350,14 +350,14 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "django" -version = "4.2.17" +version = "4.2.20" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "Django-4.2.17-py3-none-any.whl", hash = "sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0"}, - {file = "Django-4.2.17.tar.gz", hash = "sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc"}, + {file = "Django-4.2.20-py3-none-any.whl", hash = "sha256:213381b6e4405f5c8703fffc29cd719efdf189dec60c67c04f76272b3dc845b9"}, + {file = "Django-4.2.20.tar.gz", hash = "sha256:92bac5b4432a64532abb73b2ac27203f485e40225d2640a7fbef2b62b876e789"}, ] [package.dependencies]