From 7fa45ae4639c429c783de39c9a443444d3dcd5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 18:14:22 +0000 Subject: [PATCH] chore(deps): bump authlib in the pip group across 1 directory --- updated-dependencies: - dependency-name: authlib dependency-version: 1.3.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f0737b..653fc13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.13" dependencies = [ "alembic>=1.16.4", "asyncpg>=0.30.0", - "authlib==1.3.0", + "authlib==1.3.1", "colorlog>=6.9.0", "fastapi-swagger>=0.3.27", "fastapi[standard]>=0.112",