From 4b046f2b15e0c8d97f9c14047ce9bce049771d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:17:21 +0000 Subject: [PATCH] Bump environs from 8.1.0 to 9.5.0 Bumps [environs](https://github.com/sloria/environs) from 8.1.0 to 9.5.0. - [Release notes](https://github.com/sloria/environs/releases) - [Changelog](https://github.com/sloria/environs/blob/master/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/8.1.0...9.5.0) --- updated-dependencies: - dependency-name: environs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b740e8..c6d1cfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ certifi==2020.12.5 charset-normalizer==2.0.4; python_full_version >= "3.6.0" and python_version >= "3" click==7.1.2; python_full_version >= "3.7.0" and python_version >= "3.7" cssmin==0.2.0 -environs==8.1.0; python_full_version >= "3.5.3" +environs==9.5.0; python_full_version >= "3.5.3" feedgen==0.9.0 gunicorn==20.0.4; python_version >= "3.4" h11==0.12.0; python_version >= "3.7" and python_full_version >= "3.7.0"