From 635a032e8e2e11b998f96cc5d370edb96e532649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:39:02 +0000 Subject: [PATCH] chore(deps): bump django from 5.1.3 to 5.1.4 Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.3...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 35a5e17f..c11f6e37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -540,13 +540,13 @@ dev = ["attribution (==1.8.0)", "black (==24.8.0)", "build (>=1)", "flit (==3.9. [[package]] name = "django" -version = "5.1.3" +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.1.3-py3-none-any.whl", hash = "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818"}, - {file = "Django-5.1.3.tar.gz", hash = "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a"}, + {file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, + {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, ] [package.dependencies] @@ -2745,4 +2745,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <4.0" -content-hash = "38800a294cba586384f86f9b875269da9cd6affeef2004ca255da6ee3faed004" +content-hash = "023d8e2eafda687ab4421536ef7ae2f0463b0b33622de8107e8b91799a3bc4e8" diff --git a/pyproject.toml b/pyproject.toml index f2f2f6ce..c0e28c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/vEnhance/otis-web" [tool.poetry.dependencies] python = ">=3.10, <4.0" -Django = "^5.1.3" +Django = "^5.1.4" PyMySQL = "^1.1.1" Unidecode = "^1.3.7" crispy-bootstrap5 = "^2024.2"