From 5d5aab4b82c88249d69f3b541af8c0e525ccdae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 07:20:27 +0000 Subject: [PATCH] build(deps): bump django from 2.2.26 to 2.2.27 Bumps [django](https://github.com/django/django) from 2.2.26 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.26...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a545c5a..1d3e699 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ certifi==2021.10.8 cffi==1.15.0 charset-normalizer==2.0.10 cryptography==36.0.1 -Django==2.2.26 +Django==2.2.27 idna==3.3 psycopg2==2.8.6 pycparser==2.21