From 6c5a84d26b97cf65dde4d0eeb19aad95d3a71e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 17:55:26 +0000 Subject: [PATCH] Bump python-dotenv from 0.21.0 to 1.0.0 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad44b91..13b7151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "pytube==12.1.2", "beautifulsoup4==4.11.2", "py-cord==2.3.2", -"python-dotenv==0.21.0", +"python-dotenv==1.0.0", "requests==2.28.1", "transformers==4.25.1", "pycord-multicog==1.0.2", diff --git a/requirements.txt b/requirements.txt index be4e945..6897d24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ openai==0.27.0 pytube==12.1.2 py-cord==2.3.2 beautifulsoup4==4.11.2 -python-dotenv==0.21.0 +python-dotenv==1.0.0 requests==2.28.1 transformers==4.25.1 pycord-multicog==1.0.2 diff --git a/requirements_base.txt b/requirements_base.txt index dc1da85..e622077 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -3,7 +3,7 @@ openai==0.27.0 pytube==12.1.2 py-cord==2.3.2 beautifulsoup4==4.11.2 -python-dotenv==0.21.0 +python-dotenv==1.0.0 requests==2.28.1 transformers==4.25.1 pycord-multicog==1.0.2