From de132c40480cd4b0aacd47ecd8d3ab5906d94842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:14:58 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.17 to 4.2.22 Bumps [django](https://github.com/django/django) from 4.2.17 to 4.2.22. - [Commits](https://github.com/django/django/compare/4.2.17...4.2.22) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.22 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..f99e40a 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.22" 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.22-py3-none-any.whl", hash = "sha256:0a32773b5b7f4e774a155ee253ab24a841fed7e9e9061db08bf2ce9711da404d"}, + {file = "django-4.2.22.tar.gz", hash = "sha256:e726764b094407c313adba5e2e866ab88f00436cad85c540a5bf76dc0a912c9e"}, ] [package.dependencies]