From 278d139e459f51ba70ebb390986037c1db80ded6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:22:26 +0000 Subject: [PATCH] Bump django from 4.2.14 to 4.2.15 in /{{ cookiecutter.name }} Bumps [django](https://github.com/django/django) from 4.2.14 to 4.2.15. - [Commits](https://github.com/django/django/compare/4.2.14...4.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.name }}/poetry.lock | 8 ++++---- {{ cookiecutter.name }}/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/{{ cookiecutter.name }}/poetry.lock b/{{ cookiecutter.name }}/poetry.lock index addd815a..815e2cad 100644 --- a/{{ cookiecutter.name }}/poetry.lock +++ b/{{ cookiecutter.name }}/poetry.lock @@ -632,13 +632,13 @@ files = [ [[package]] name = "django" -version = "4.2.14" +version = "4.2.15" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, - {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, + {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, + {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, ] [package.dependencies] @@ -2681,4 +2681,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "d0092e04b67687986f2fae8d7f5a2741c22cc2c618941de021ac9b04390a4a24" +content-hash = "ab89f9d7f1d821dc3c172c33c33b0fc96cf55daa4a4f74163a46668f947ec538" diff --git a/{{ cookiecutter.name }}/pyproject.toml b/{{ cookiecutter.name }}/pyproject.toml index b50be468..ca4a3ca4 100644 --- a/{{ cookiecutter.name }}/pyproject.toml +++ b/{{ cookiecutter.name }}/pyproject.toml @@ -13,7 +13,7 @@ version = "0.0.0-dev" [tool.poetry.dependencies] bcrypt = "^4.1.3" celery = "5.4.0" -django = "^4.2.14" +django = "^4.2.15" django-axes = "^6.5.1" django-behaviors = "^0.5.1" django-environ = "^0.11.2"