From 99002b69dd7153c64ea0e299c9813c0554d2d466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 19:36:51 +0300 Subject: [PATCH] Bump django from 3.2.18 to 3.2.19 in /{{cookiecutter.project_slug}} (#547) Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.19. - [Commits](https://github.com/django/django/compare/3.2.18...3.2.19) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- {{cookiecutter.project_slug}}/dev-requirements.txt | 2 +- {{cookiecutter.project_slug}}/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/dev-requirements.txt b/{{cookiecutter.project_slug}}/dev-requirements.txt index 8f994f37..b716ad74 100644 --- a/{{cookiecutter.project_slug}}/dev-requirements.txt +++ b/{{cookiecutter.project_slug}}/dev-requirements.txt @@ -52,7 +52,7 @@ cryptography==41.0.0 # via pyjwt decorator==5.1.1 # via ipython -django==3.2.18 +django==3.2.19 # via # django (pyproject.toml) # django-axes diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index 492988a3..a072acd3 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -23,7 +23,7 @@ charset-normalizer==3.0.1 # via requests cryptography==41.0.0 # via pyjwt -django==3.2.18 +django==3.2.19 # via # django (pyproject.toml) # django-axes