From 1b4c49cc07720889827c3d025a3b134bdad99f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:45:15 +0000 Subject: [PATCH] Bump authlib from 1.5.2 to 1.6.5 Bumps [authlib](https://github.com/authlib/authlib) from 1.5.2 to 1.6.5. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.5.2...v1.6.5) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 120bc94..2f45324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "aiofiles==24.1.0", "annotated-types==0.7.0", "anyio==4.9.0", - "authlib==1.5.2", + "authlib==1.6.5", "cachetools==5.5.2", "certifi==2025.4.26", "cffi==1.17.1",