From 17504d5acbbd1738f1e25ad2e99466c3d8bcae7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:38:49 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.0.1 (#594) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e21671d6..45764c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ "pytest-cov==4.1.0", "pytest==7.4.4", "tox==4.12.1", - "python-dotenv==1.0.0", + "python-dotenv==1.0.1", ] tools = ["pyperclip==1.8.2"] type = ["mypy==1.8.0"]