From bbeee93e90ff124b398e9199c1f83752e7fab3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 10:13:03 +0000 Subject: [PATCH] deps(pip): bump django from 4.2.11 to 4.2.12 Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.12. - [Commits](https://github.com/django/django/compare/4.2.11...4.2.12) --- 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 5df9c19..36145b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -703,13 +703,13 @@ files = [ [[package]] name = "django" -version = "4.2.11" +version = "4.2.12" 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.12-py3-none-any.whl", hash = "sha256:7640e86835d44ae118c2916a803d8081f40e214ee18a5a92a0202994ca60a4b4"}, + {file = "Django-4.2.12.tar.gz", hash = "sha256:6a6b4aff8a2db2dc7dcc5650cb2c7a7a0d1eb38e2aa2335fdf001e41801e9797"}, ] [package.dependencies] @@ -3198,4 +3198,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4a475b06fd8bb477097cc258de48c77152fd90834653c38300f1a43b4e094b86" +content-hash = "bbae9b04dfe5d32dbbf8956de31e88619f0213dc4fc19a4aef5022c91c1f1df4" diff --git a/pyproject.toml b/pyproject.toml index 2ce19fa..a363b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ hiredis="^2.3.2" celery="^5.4.0" django-celery-beat="^2.6.0" flower="^2.0.1" -django="^4.2.11" +django="^4.2.12" django-environ="^0.11.1" django-model-utils="^4.5.1" django-allauth="^0.62.1"