From e683a0ea25c9710c3710e1721af699244a7664fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 04:00:36 +0000 Subject: [PATCH] chore(deps): update dependency python-dotenv to v1 --- kinde_flask/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinde_flask/pyproject.toml b/kinde_flask/pyproject.toml index 0c58c92b..b6b47b1c 100644 --- a/kinde_flask/pyproject.toml +++ b/kinde_flask/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "kinde-python-sdk >=1.2.6", "flask >=3.1.2, <3.2.0", - "python-dotenv >=0.19.0, <1.0.0", + "python-dotenv >=1.2.1, <1.3.0", ] [project.urls]