From 8bbe0f51fa614f1273aabb1224d1a73fc2c2000e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 11:23:37 +0000 Subject: [PATCH] deps(pip): bump django from 4.2.10 to 4.2.11 Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.11. - [Commits](https://github.com/django/django/compare/4.2.10...4.2.11) --- 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 adcac19..10f8bb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -767,13 +767,13 @@ files = [ [[package]] name = "django" -version = "4.2.10" +version = "4.2.11" 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.10-py3-none-any.whl", hash = "sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1"}, - {file = "Django-4.2.10.tar.gz", hash = "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"}, + {file = "Django-4.2.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, + {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, ] [package.dependencies] @@ -3217,4 +3217,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8257e9fcac96220a717aca6bf1272310895ba2937851a1c3eb0680f2b2ad0cd7" +content-hash = "44cb6ea204037c99283732b1fa809f09b74f414f2d0f18db865035972a36d83d" diff --git a/pyproject.toml b/pyproject.toml index 81637f1..fdf0f3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ hiredis="^2.3.2" celery="^5.3.6" django-celery-beat="^2.6.0" flower="^2.0.1" -django="^4.2.10" +django="^4.2.11" django-environ="^0.11.1" django-model-utils="^4.4.0" django-allauth="^0.61.1"