From b7c2af851941173b4581a6f1651792d83fd7f90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:29:37 +0000 Subject: [PATCH] build(deps): bump python-dotenv from 1.0.0 to 1.0.1 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22a88ce..39aec84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "typer[all]==0.9.0", "requests==2.31.0", - "python-dotenv==1.0.0", + "python-dotenv==1.0.1", "PyYAML==6.0.1", ] diff --git a/requirements.txt b/requirements.txt index 8b6abfe..a53decb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # core typer[all]==0.9.0 requests==2.31.0 -python-dotenv==1.0.0 +python-dotenv==1.0.1 PyYAML==6.0.1 # packaging