From bd2e7c338b329ef3cb61e24837cf7369bd422594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 05:22:48 +0000 Subject: [PATCH] Update python-dotenv requirement from ~=0.14.0 to ~=0.15.0 Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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.14.0...v0.15.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e01183b..e199046 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ telethon~=1.16.0 cryptg~=0.2 -python-dotenv~=0.14.0 +python-dotenv~=0.15.0 aiohttp[speedups]~=3.6.2 deethon~=0.4.3 \ No newline at end of file -- GitLab