From c8383d7e642c5bf94af7e4f172ef5598cfd9738d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:57:42 +0000 Subject: [PATCH] fix(deps): update dependency authlib to v1.6.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a07ffa4..506238f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] requires-python = ">=3.9" dependencies = [ - "Authlib==1.6.6", + "Authlib==1.6.9", "boto3==1.42.41", "launchdarkly-server-sdk==9.14.1", "pypdf[crypto]==6.6.2",