From 1f2e5f70c0a1f684cb950fa019dd5634fb40a226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:38:41 +0000 Subject: [PATCH] build(deps): bump django from 5.0.4 to 5.1.4 Bumps [django](https://github.com/django/django) from 5.0.4 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.0.4...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... 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 6161016..4d85163 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asgiref" @@ -81,17 +81,17 @@ files = [ [[package]] name = "django" -version = "5.0.4" +version = "5.1.4" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.0.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775"}, - {file = "Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"}, + {file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, + {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, ] [package.dependencies] -asgiref = ">=3.7.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -628,4 +628,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7280a8e1d8807065db7d9101574df838b5afbbf7fc61515c392aa18e2b56967d" +content-hash = "b9e84c01fc3a3484ce1743c236138db81f19f87fe6deea40ccc185760ee7cbe3" diff --git a/pyproject.toml b/pyproject.toml index 44d709b..103bf23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ homepage = "https://beta.kockatykalendar.sk" [tool.poetry.dependencies] python = "^3.12" -django = "^5.0.3" +django = "^5.1.4" uvicorn = "^0.29.0" django-environ = "^0.11.2" psycopg = {extras = ["binary"], version = "^3.1.18"}