From 70fdbf8d1823803baf77f20245d040e9a901c509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:49:06 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the / directory: [authlib](https://github.com/authlib/authlib). Bumps the pip group with 1 update in the /requirements directory: [authlib](https://github.com/authlib/authlib). Updates `authlib` from 1.6.9 to 1.6.11 - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/v1.6.11/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.9...v1.6.11) Updates `authlib` from 1.6.9 to 1.6.11 - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/v1.6.11/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.9...v1.6.11) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.11 dependency-type: direct:production dependency-group: pip - dependency-name: authlib dependency-version: 1.6.11 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- carbonserver/pyproject.toml | 2 +- requirements/requirements-api.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/carbonserver/pyproject.toml b/carbonserver/pyproject.toml index 3e9f8743e..edc79c74c 100644 --- a/carbonserver/pyproject.toml +++ b/carbonserver/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "alembic<2.0.0", - "authlib>=1.2.1", + "authlib>=1.6.11", "bcrypt<5.0.0", "python-dateutil<3.0.0", "dependency-injector<5.0.0", diff --git a/requirements/requirements-api.txt b/requirements/requirements-api.txt index 910d6a5ec..ce02b80ac 100644 --- a/requirements/requirements-api.txt +++ b/requirements/requirements-api.txt @@ -11,7 +11,7 @@ anyio==4.12.0 # httpx # starlette # watchfiles -authlib==1.6.9 +authlib==1.6.11 # via carbonserver (carbonserver/pyproject.toml) bcrypt==4.3.0 # via carbonserver (carbonserver/pyproject.toml)