From d320840c707869f9588d17ba69d53c70cc0d8129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:39:30 +0000 Subject: [PATCH] Bump django from 4.0.10 to 4.2.11 Bumps [django](https://github.com/django/django) from 4.0.10 to 4.2.11. - [Commits](https://github.com/django/django/compare/4.0.10...4.2.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9d59653d8..520f1d90a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -870,18 +870,18 @@ files = [ [[package]] name = "django" -version = "4.0.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.0.10-py3-none-any.whl", hash = "sha256:4496eb4f65071578b703fdc6e6f29302553c7440e3f77baf4cefa4a4e091fc3d"}, - {file = "Django-4.0.10.tar.gz", hash = "sha256:2c2f73c16b11cb272c6d5e3b063f0d1be06f378d8dc6005fbe8542565db659cc"}, + {file = "Django-4.2.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, + {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, ] [package.dependencies] -asgiref = ">=3.4.1,<4" -sqlparse = ">=0.2.2" +asgiref = ">=3.6.0,<4" +sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] @@ -3584,4 +3584,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "998fa5b7f0eddaee599dd74c8106a0c6dd40a90ebd537d10a89cabbd4472baec" +content-hash = "cc1f6cb44c8af1fac1e8f56ce10067ca29fc90a02c95668a1017f024efe559c9" diff --git a/pyproject.toml b/pyproject.toml index 4b97b4f79..53ccd1fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -django = "4.0.10" +django = "4.2.11" ipython = "8.13.2" psycopg2-binary = "2.9.6" unicode-slugify = "0.1.5"