From e9f7c49de6051e7b33386bd87d14254a7d9793a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 06:57:53 +0000 Subject: [PATCH] Bump python-dotenv from 0.15.0 to 0.17.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.15.0 to 0.17.1. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.15.0...v0.17.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 907b510..060337d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.9.3 celery==5.0.4 pymongo==3.11.2 -python-dotenv==0.15.0 +python-dotenv==0.17.1 redis==3.5.3 requests==2.20.0