From 417d2e150bdbcf95f1802772e066542f1576baac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 00:29:11 +0000 Subject: [PATCH] Bump django-environ from 0.4.5 to 0.9.0 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.4.5 to 0.9.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.9.0) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index eb279e8..fa16752 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,7 +1,7 @@ django==2.2.24 djangorestframework==3.9.4 django-filter==2.4.0 -django-environ==0.4.5 +django-environ==0.9.0 psycopg2==2.8.2 pendulum==2.1.2