From 6fddf319d3925218f9ff468d08c3d336fe60de9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 22:48:39 +0000 Subject: [PATCH] Bump django from 2.2.5 to 2.2.21 in /bit68 Bumps [django](https://github.com/django/django) from 2.2.5 to 2.2.21. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.5...2.2.21) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bit68/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bit68/requirements.txt b/bit68/requirements.txt index 493029f..6100d5a 100644 --- a/bit68/requirements.txt +++ b/bit68/requirements.txt @@ -1,7 +1,7 @@ certifi==2019.9.11 chardet==3.0.4 defusedxml==0.6.0 -Django==2.2.5 +Django==2.2.21 django-filter==2.2.0 django-templated-mail==1.1.1 djangorestframework==3.10.3