From c68a02ca8b854af9de861d1131a249e4cc87a479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:35:04 +0000 Subject: [PATCH] chore: bump django from 4.2.9 to 4.2.10 Bumps [django](https://github.com/django/django) from 4.2.9 to 4.2.10. - [Commits](https://github.com/django/django/compare/4.2.9...4.2.10) --- 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 c9ee2ae..eff57d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -293,13 +293,13 @@ dev = ["polib"] [[package]] name = "django" -version = "4.2.9" +version = "4.2.10" 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.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"}, - {file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"}, + {file = "Django-4.2.10-py3-none-any.whl", hash = "sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1"}, + {file = "Django-4.2.10.tar.gz", hash = "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"}, ] [package.dependencies] @@ -767,4 +767,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "28f8f296674bd2ec7722e0bfec516b811961d2f9f25204eaad0b1dc53bbb7ebc" +content-hash = "a57b7dcef4e929e566cea8ddab24a51e8aa807f3aaf8b913a3d835175c0ec214" diff --git a/pyproject.toml b/pyproject.toml index 6eb1763..dd293c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" celery = "5.3.6" -django = "4.2.9" +django = "4.2.10" django-celery-beat = "2.5.0" django-hosts = "6.0" djangorestframework = "3.14.0"