From e801d0c4ae2a81d991f663cde5e2bbf136a69dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:58:03 +0000 Subject: [PATCH] Bump authlib from 1.6.5 to 1.6.6 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.5 to 1.6.6. - [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.5...v1.6.6) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f09c236b9d..7450ab259a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiofiles==24.1.0 # Asynchronous file manipulation alembic==1.13.2 # database migrations arq==0.26.3 # Scheduler asyncpg==0.31.0 # PostgreSQL adapter for asynchronous operations -authlib==1.6.5 +authlib==1.6.6 bcrypt==4.1.3 # password hashing boto3==1.38.23 broadcaster==0.3.1 # Working with websockets with multiple workers.