From 7107d5122f6b17677ab5e223d6b970f23147935c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 20:34:32 +0100 Subject: [PATCH] chore(deps): update dependency python-dotenv to v1 (#20) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1a8e85..c19e24b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ tooling = [ # tests "httpx", "sqlalchemy-utils ==0.39.0", - "python-dotenv ==0.21.1", + "python-dotenv ==1.0.0", "pytest ==7.2.1", # types "mypy ==1.0.0",