From d805b233136b4cc885ed4a4bd5e0aa0a0f8b776f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:27:25 +0800 Subject: [PATCH] build(deps): bump python-dotenv from 1.0.0 to 1.0.1 (#126) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: セイル · MJ Sabit <98249191+seyLu@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e81ce3b..0ad8e81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ nodeenv==1.8.0 platformdirs==4.1.0 pre-commit==3.6.2 Pygments==2.17.2 -python-dotenv==1.0.0 +python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0 rich==13.7.0