From 5c104bcccc081e283875ea3e5bd7198279cbd429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 18:59:35 +0000 Subject: [PATCH] Bump python-dotenv from 0.10.3 to 1.0.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.10.3 to 1.0.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.10.3...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv 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 c946498..828d8af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ Django==3.2.0 twilio==6.30.0 whitenoise==4.1.3 phonenumbers==8.10.17 -python-dotenv==0.10.3 +python-dotenv==1.0.0 # Production dependencies gunicorn==19.9.0