From eec8557a34e75c5dba681dfc0b12198508e24b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:30:07 +0000 Subject: [PATCH] Bump django from 4.2.8 to 5.0.1 Bumps [django](https://github.com/django/django) from 4.2.8 to 5.0.1. - [Commits](https://github.com/django/django/compare/4.2.8...5.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f77269840..3a3f9fdff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -432,17 +432,17 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"] [[package]] name = "django" -version = "4.2.8" +version = "5.0.1" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "Django-4.2.8-py3-none-any.whl", hash = "sha256:6cb5dcea9e3d12c47834d32156b8841f533a4493c688e2718cafd51aa430ba6d"}, - {file = "Django-4.2.8.tar.gz", hash = "sha256:d69d5e36cc5d9f4eb4872be36c622878afcdce94062716cf3e25bcedcb168b62"}, + {file = "Django-5.0.1-py3-none-any.whl", hash = "sha256:f47a37a90b9bbe2c8ec360235192c7fddfdc832206fcf618bb849b39256affc1"}, + {file = "Django-5.0.1.tar.gz", hash = "sha256:8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -2289,4 +2289,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "7a721e5c0dc75ac384c7635c81f52f8c1fafbec438120a0416550f357fdb88a0" +content-hash = "e7edd9569637f8f89ee42fd029e05e5f470a8eda2592e6f4759712c2fe4cfcf0" diff --git a/pyproject.toml b/pyproject.toml index 27508ea10..c4773af0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "AGPLv3" [tool.poetry.dependencies] python = "3.11.2" toml = "^0.10.2" -Django = "^4.2.8" +Django = "^5.0.1" dj-database-url = "^1.0.0" django-allauth = "^0.51.0" beautifulsoup4 = "^4.10.0"