From 1ca87c747a152184b3b97d1e690f4d638f4e52e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 01:44:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20python-dotenv=20from=201.0.0=20to=201.0.1?= 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 1.0.0 to 1.0.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/v1.0.0...v1.0.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 6fbea1f..2dfd67e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pandas==1.5.3; python_version >= "3.8" psycopg2-binary==2.9.6; python_version >= "3.6" pydantic==1.10.7; python_version >= "3.7" python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" -python-dotenv==1.0.0; python_version >= "3.8" +python-dotenv==1.0.1; python_version >= "3.8" pytz==2023.3; python_version >= "3.8" six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"