From 3df28d4814b79d1b76a67f2f6ddcd54f403a2a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:57:40 +0000 Subject: [PATCH] Bump django from 2.2.17 to 3.2.25 Bumps [django](https://github.com/django/django) from 2.2.17 to 3.2.25. - [Commits](https://github.com/django/django/compare/2.2.17...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1d1f9a3a2..dee587317 100644 --- a/poetry.lock +++ b/poetry.lock @@ -896,21 +896,22 @@ files = [ [[package]] name = "django" -version = "2.2.17" +version = "3.2.25" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "Django-2.2.17-py3-none-any.whl", hash = "sha256:558cb27930defd9a6042133258caf797b2d1dee233959f537e3dc475cb49bd7c"}, - {file = "Django-2.2.17.tar.gz", hash = "sha256:cf5370a4d7765a9dd6d42a7b96b53c74f9446cd38209211304b210fe0404b861"}, + {file = "Django-3.2.25-py3-none-any.whl", hash = "sha256:a52ea7fcf280b16f7b739cec38fa6d3f8953a5456986944c3ca97e79882b4e38"}, + {file = "Django-3.2.25.tar.gz", hash = "sha256:7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5472777"}, ] [package.dependencies] +asgiref = ">=3.3.2,<4" pytz = "*" sqlparse = ">=0.2.2" [package.extras] -argon2 = ["argon2-cffi (>=16.1.0)"] +argon2 = ["argon2-cffi (>=19.1.0)"] bcrypt = ["bcrypt"] [[package]] @@ -3651,4 +3652,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dcf5a88020b86cffb38b905e24f9c2c3b0e92a3dc12ced64a15ded2dab5792ff" +content-hash = "35b57b68712def4aea69496371b2ee73a19b3bf176d63c002681fad9957cfe71" diff --git a/pyproject.toml b/pyproject.toml index cb3e59cd0..2f73c0b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -django = "2.2.17" +django = "3.2.25" django-oauth-toolkit = "1.0.0" django-cors-middleware = "1.5.0" social-auth-core = "2.0.0"