From bc5f62553220907467c3392da5ca3a335728ec48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:34:05 +0000 Subject: [PATCH] Bump django from 5.1.1 to 5.1.4 in /template Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- template/poetry.lock | 8 ++++---- template/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/poetry.lock b/template/poetry.lock index c54bae8..5198107 100644 --- a/template/poetry.lock +++ b/template/poetry.lock @@ -574,13 +574,13 @@ files = [ [[package]] name = "django" -version = "5.1.1" +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.1-py3-none-any.whl", hash = "sha256:71603f27dac22a6533fb38d83072eea9ddb4017fead6f67f2562a40402d61c3f"}, - {file = "Django-5.1.1.tar.gz", hash = "sha256:021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2"}, + {file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, + {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, ] [package.dependencies] @@ -2985,4 +2985,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3c7f8a9a25f882b6f1b8e5b21ae8624a65964cb731f81f0670fb9c63b8d73249" +content-hash = "e281e184efa4844315c151b2df395258a6e300a5e82450c9c28f5a5f4c958809" diff --git a/template/pyproject.toml b/template/pyproject.toml index b03d960..7a86677 100644 --- a/template/pyproject.toml +++ b/template/pyproject.toml @@ -10,7 +10,7 @@ version = "0.1.0" manage = "{{ project_name }}.manage:main" [tool.poetry.dependencies] -django = "^5.0" +django = "^5.1" django-environ = "^0.11.2" psycopg = "^3.1.12" python = "^3.12"