From 6d7aea8b8c0f3e3ac991919ecb87bbed9207ad8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:44:24 +0000 Subject: [PATCH] Bump django from 5.1.4 to 5.1.6 Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.6. - [Commits](https://github.com/django/django/compare/5.1.4...5.1.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 803522b..4209761 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 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" @@ -92,13 +92,13 @@ files = [ [[package]] name = "django" -version = "5.1.4" +version = "5.1.6" 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.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, - {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, + {file = "Django-5.1.6-py3-none-any.whl", hash = "sha256:8d203400bc2952fbfb287c2bbda630297d654920c72a73cc82a9ad7926feaad5"}, + {file = "Django-5.1.6.tar.gz", hash = "sha256:1e39eafdd1b185e761d9fab7a9f0b9fa00af1b37b25ad980a8aa0dac13535690"}, ] [package.dependencies] @@ -702,4 +702,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a6327e03c981e25464be156047d7b20efd071f3855f8d4f00334781bf52ab78d" +content-hash = "9493137c137439061dccc18bbc4767aa8c16a666f727fd797c023c17ce5f545c" diff --git a/pyproject.toml b/pyproject.toml index 4249e8b..3ad5398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -django = "^5.0.6" +django = "^5.1.6" gunicorn = "^23.0.0" django-feather = "^0.3.0" django-debug-toolbar = "^4.4.6"