From 4d3e1ffbe6759ecf15db33e84686d986b9163bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:53:45 +0000 Subject: [PATCH] chore(deps): bump authlib from 1.3.0 to 1.3.1 Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](https://github.com/lepture/authlib/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a36af5497..dd9de2ff1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -58,7 +58,7 @@ rank-bm25==0.2.2 faster-whisper==1.0.2 PyJWT[crypto]==2.8.0 -authlib==1.3.0 +authlib==1.3.1 black==24.4.2 langfuse==2.33.0 diff --git a/pyproject.toml b/pyproject.toml index 80893b15b..f8e7295cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "faster-whisper==1.0.2", "PyJWT[crypto]==2.8.0", - "authlib==1.3.0", + "authlib==1.3.1", "black==24.4.2", "langfuse==2.33.0",