From 86aac85ab8896311d5f2b9cfd4e259bb0dbbc098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 04:01:05 +0000 Subject: [PATCH] Bump django-environ from 0.4.5 to 0.5.0 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.4.5 to 0.5.0. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.4.5...v0.5.0) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a034854..95f29bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==3.1.7 django-authlib==0.10.1 -django-environ==0.4.5 +django-environ==0.5.0 behave-django==1.4.0 Authlib==0.15.3 uwsgi>=2.0.18