From 66d86a2f1a6e5614bd7119ea561575ad3023cc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:13:01 +0000 Subject: [PATCH] Bump python-dotenv from 0.21.0 to 0.21.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.0 to 0.21.1. - [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...v0.21.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ea9959..6698a05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ py-cord==2.3.2 pycparser==2.21 pycryptodomex==3.16.0 PyNaCl==1.5.0 -python-dotenv==0.21.0 +python-dotenv==0.21.1 typing_extensions==4.4.0 websockets==10.4 yarl==1.8.2