From 4b81e5d626f956e0b4612e7d436f34a70d4b8e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:28:21 +0000 Subject: [PATCH] build(deps): bump django from 4.2.14 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.2.14 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.14...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee432f035..972b80c3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -295,13 +295,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "4.2.14" +version = "4.2.16" 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.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, - {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, + {file = "Django-4.2.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, + {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, ] [package.dependencies] @@ -1233,4 +1233,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fbe3fac1c7832205a947ed49a6f88f2b4336e8bd0b4e4db6cd99d3267f86e017" +content-hash = "609a4bf7dcbd8a3e7a92a8c41b0761b99542bbeb7267b3402a062a1f5e7cb9d0" diff --git a/pyproject.toml b/pyproject.toml index ef835341e..ca6031da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.9" -Django = "4.2.14" +Django = "4.2.16" django-autocomplete-light = "3.9.4" django-extra-views = "0.13.0" django-quill-editor = "0.1.40"