From 1c74e24fb6d1baae0f194514c33c7f1397f256ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:41:11 +0000 Subject: [PATCH] deps(pip): bump django from 4.2.9 to 4.2.10 Bumps [django](https://github.com/django/django) from 4.2.9 to 4.2.10. - [Commits](https://github.com/django/django/compare/4.2.9...4.2.10) --- 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 0cad56a..9e3c2e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -767,13 +767,13 @@ files = [ [[package]] name = "django" -version = "4.2.9" +version = "4.2.10" 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.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"}, - {file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"}, + {file = "Django-4.2.10-py3-none-any.whl", hash = "sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1"}, + {file = "Django-4.2.10.tar.gz", hash = "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"}, ] [package.dependencies] @@ -3218,4 +3218,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "51bcf4f73445b93c285a01414a69f034435210f364aeca0bb6730e57b43ca7bf" +content-hash = "68866739eb332d961af481ae36f32cf2f6c56e4970c510a712876c71b1561c95" diff --git a/pyproject.toml b/pyproject.toml index 4bfa085..2e796ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ hiredis="^2.3.2" celery="^5.3.6" django-celery-beat="^2.5.0" flower="^2.0.1" -django="^4.2.9" +django="^4.2.10" django-environ="^0.11.1" django-model-utils="^4.3.1" django-allauth="^0.60.1"