From e4fc8d36f2cbb044d3b69a79faf9c6dc8ab87d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:53:21 +0000 Subject: [PATCH] Bump authlib from 1.6.9 to 1.6.12 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.9 to 1.6.12. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/1.6.12/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.9...1.6.12) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.12 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 3bb9dfdd6..0b17d4a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "typer==0.10.0", "rich>=14.0.0,<15.0.0", "Jinja2==3.1.6", - "authlib==1.6.9", + "authlib==1.6.12", "arcadepy==1.8.0", "tqdm==4.67.1", "click==8.1.8",