From 08f9ca6c20d6e31f0dc9fef71f57f9e283d739cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:22:12 +0000 Subject: [PATCH] fix(deps): update dependency authlib to >=1.4.1,<2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccad9e7..d707c14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ python = "^3.8.0" httpx = "0.28.1" pydantic = "2.10.6" -Authlib = ">=0.15.3,<1.4.0" +Authlib = ">=1.4.1,<2.0.0" importlib-resources = "^6.0.0" click = "^8.1.3" junit-xml = "^1.9"