From f64a369da72186ec408bc5c309f5bd0106278b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:38:07 +0000 Subject: [PATCH] Bump django from 4.0.3 to 4.0.7 Bumps [django](https://github.com/django/django) from 4.0.3 to 4.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.3...4.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 4081a8d..24284a2 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ ArchivesSnake==0.9.1 -Django==4.0.3 +Django==4.0.7 django-cors-headers==3.11.0 djangorestframework==3.13.1 inflect==5.4.0 diff --git a/requirements.txt b/requirements.txt index 150ce07..0cb7336 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ certifi==2021.10.8 # via requests charset-normalizer==2.0.12 # via requests -django==4.0.3 +django==4.0.7 # via # -r requirements.in # django-cors-headers