From e57839174d275d4dc8ff0d613ef7d4feeeb3279e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:31:31 +0000 Subject: [PATCH] chore: bump django from 4.2.8 to 4.2.9 Bumps [django](https://github.com/django/django) from 4.2.8 to 4.2.9. - [Commits](https://github.com/django/django/compare/4.2.8...4.2.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... 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 8a9eac0..30d9cd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -293,13 +293,13 @@ dev = ["polib"] [[package]] name = "django" -version = "4.2.8" +version = "4.2.9" 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.8-py3-none-any.whl", hash = "sha256:6cb5dcea9e3d12c47834d32156b8841f533a4493c688e2718cafd51aa430ba6d"}, - {file = "Django-4.2.8.tar.gz", hash = "sha256:d69d5e36cc5d9f4eb4872be36c622878afcdce94062716cf3e25bcedcb168b62"}, + {file = "Django-4.2.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"}, + {file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"}, ] [package.dependencies] @@ -749,4 +749,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "66d1fb17f85031425468d8ec93579516f81ff2ad88943c9073374e152e6c65fc" +content-hash = "68b8a008c4bcfd8c3f17af8658c16147cd645dd21f234660938909a7c80f8a46" diff --git a/pyproject.toml b/pyproject.toml index d8ad504..cad9a57 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.8" +django = "4.2.9" django-celery-beat = "2.5.0" django-hosts = "6.0" djangorestframework = "3.14.0"