From ee9b5530b5fb0b2d6de6a65d9b7919a262177cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:14:12 +0000 Subject: [PATCH] Bump authlib from 1.7.0 to 1.7.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [authlib](https://github.com/authlib/authlib). Updates `authlib` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/authlib/authlib/releases) - [Commits](https://github.com/authlib/authlib/compare/v1.7.0...1.7.1) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 91c9bd2..bd54daf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,13 +18,13 @@ httpx[http2]==0.28.1 # Security and utilities bcrypt==5.0.0 python-dotenv==1.2.2 -requests==2.33.1 +requests==2.34.2 urllib3>=2.6.3 # Security fix for CVE-2024-37891 pre-commit==4.6.0 pydantic==2.13.4 Flask-Talisman==1.1.0 Flask-Limiter==4.1.1 -Authlib==1.7.0 +Authlib==1.7.1 psutil==7.2.2 # >=2.40 needed for `enable_logs=True` kwarg on sentry_sdk.init() sentry-sdk[flask]>=2.64.0,<3.0.0