From ead3d23b6c308928b2815b6f3b7bfe98a947b15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:12:59 +0000 Subject: [PATCH] Bump django from 4.2.13 to 5.1 Bumps [django](https://github.com/django/django) from 4.2.13 to 5.1. - [Commits](https://github.com/django/django/compare/4.2.13...5.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 d8fef9d..0b086d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -284,17 +284,17 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "django" -version = "4.2.13" +version = "5.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.13-py3-none-any.whl", hash = "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a"}, - {file = "Django-4.2.13.tar.gz", hash = "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5"}, + {file = "Django-5.1-py3-none-any.whl", hash = "sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557"}, + {file = "Django-5.1.tar.gz", hash = "sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -737,4 +737,4 @@ ua-parser = ">=0.10.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9c3d9437a5c87b270c756d42adc7902256660f66fd34b07bd58aa2266b4d3ca6" +content-hash = "ef8b06a3895e41d4f699cc5476c4537946233216ec56f5f39353599932019743" diff --git a/pyproject.toml b/pyproject.toml index 842f732..0df91d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -Django = "^4.2.7" +Django = "^5.1" ts3 = "2.0.0b3" django-environ = "^0.11.2" mysqlclient = "^2.2.0"