From 0f47f0f94db55399b9d6683d67d5bacc7fd70b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:19:14 +0000 Subject: [PATCH] Bump django from 2.2.4 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.4...2.2.10) 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 1c8bee9..aaf2918 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ u-msgpack-python PyNaCl pip-tools -Django~=2.2.0 +Django~=2.2.10 colorlog tqdm requests diff --git a/requirements.txt b/requirements.txt index e1787ec..e9ec45e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ cffi==1.12.3 # via pynacl chardet==3.0.4 # via requests click==7.0 # via pip-tools colorlog==4.0.2 -django==2.2.4 +django==2.2.10 idna==2.8 # via requests pip-tools==3.6.0 pycparser==2.19 # via cffi