From a665b02d235a6ab349129235378f99b0a04b563f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 11:22:53 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bump=20python-dotenv=20from=200.?= =?UTF-8?q?21.0=20to=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.0 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.21.0...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 0eb9f5e..9bd4b0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ discord.py == 1.7.3 # xd/forwarderreal.py: 11 # xd/twitchbot.py: 11 -python_dotenv == 0.21.0 +python_dotenv == 1.0.0 # xd/twitchbot.py: 6 requests == 2.28.1