From eaca61609a5bb3d58173e8f605c47b811141da5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:43:52 +0000 Subject: [PATCH] build(deps): bump django from 4.1.10 to 4.1.13 Bumps [django](https://github.com/django/django) from 4.1.10 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.1.10...4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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 d2b1aa3a..52e59535 100644 --- a/poetry.lock +++ b/poetry.lock @@ -413,13 +413,13 @@ dev = ["PyTest", "PyTest (<5)", "PyTest-Cov", "PyTest-Cov (<2.6)", "bump2version [[package]] name = "django" -version = "4.1.10" +version = "4.1.13" 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.1.10-py3-none-any.whl", hash = "sha256:26d0260c2fb8121009e62ffc548b2398dea2522b6454208a852fb0ef264c206c"}, - {file = "Django-4.1.10.tar.gz", hash = "sha256:56343019a9fd839e2e5bf203daf45f25af79d5bffa4c71d56eae4f4404d82ade"}, + {file = "Django-4.1.13-py3-none-any.whl", hash = "sha256:04ab3f6f46d084a0bba5a2c9a93a3a2eb3fe81589512367a75f79ee8acf790ce"}, + {file = "Django-4.1.13.tar.gz", hash = "sha256:94a3f471e833c8f124ee7a2de11e92f633991d975e3fa5bdd91e8abd66426318"}, ] [package.dependencies] @@ -1396,4 +1396,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0d3258ac532aa3d6d63cee9459c2c20230f17111951e434eb169a13f401e0cc3" +content-hash = "c341bc9d2e4f8bb2b2fcaf48abe0aeb8082507d7dcab82faf5ea876567174abc" diff --git a/pyproject.toml b/pyproject.toml index 4ebd5e20..1029da30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ charset-normalizer = "2.0.7" cryptography = "41.0.4" defusedxml = "0.7.1" Deprecated = "1.2.13" -Django = "4.1.10" +Django = "4.1.13" django-allauth = "0.58.1" django-appconf = "1.0.5" django-cors-headers = "3.10.0"