From 5e6b8fe61af8c9e99ecc9f26f4118d481276a58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:02:08 +0100 Subject: [PATCH] Bump django from 4.2.11 to 4.2.14 (#56) Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.14. - [Commits](https://github.com/django/django/compare/4.2.11...4.2.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ebade35..5664567 100644 --- a/poetry.lock +++ b/poetry.lock @@ -294,13 +294,13 @@ dev = ["polib"] [[package]] name = "django" -version = "4.2.11" +version = "4.2.14" 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.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, - {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, + {file = "Django-4.2.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, + {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, ] [package.dependencies] @@ -779,4 +779,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "dfbcf44d91c916c3d46a1ade20d1f60d8b1acd45157f2100611ba6e76e370080" +content-hash = "65a76beb953f09322b6414c71f5bc36eccf3b42fbbe498a593882956a0f206fb" diff --git a/pyproject.toml b/pyproject.toml index 8928531..7cd5bc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" celery = "5.4.0" -django = "4.2.11" +django = "4.2.14" django-celery-beat = "2.6.0" django-hosts = "6.0" djangorestframework = "3.15.2"