From 9bf8ceb28a41ae8ea63a7423a18560ae72369f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 22:07:50 +0000 Subject: [PATCH] Bump django-environ from 0.3.0 to 0.10.0 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.3.0 to 0.10.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.3...v0.10.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 8b6dde9..6f55810 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ coverage==3.7.1 Django==1.8.3 -django-environ==0.3.0 +django-environ==0.10.0 gunicorn==19.3.0 httplib2==0.9.1 pbr==1.3.0