From e50efd2440cd83e51b83c496caf957c21fd12b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:52:45 +0000 Subject: [PATCH] build(deps): bump authlib from 1.6.1 to 1.6.5 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.1 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.6.1...v1.6.5) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 03eeba2a1eb..bfd937435d6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -99,7 +99,7 @@ onnxruntime==1.20.1 faster-whisper==1.1.1 PyJWT[crypto]==2.10.1 -authlib==1.6.1 +authlib==1.6.5 black==25.1.0 youtube-transcript-api==1.1.0 diff --git a/pyproject.toml b/pyproject.toml index 73409618fd0..691cb984429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "bcrypt==4.3.0", "argon2-cffi==23.1.0", "PyJWT[crypto]==2.10.1", - "authlib==1.6.1", + "authlib==1.6.5", "requests==2.32.4", "aiohttp==3.12.15",