From 1e5c0f25fe0340ba8061d8c983cdf622ededb76c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:52:18 +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 87de886..13e1f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ python = "^3.8.0" httpx = "0.28.1" pydantic = "2.10.4" -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"