From 673f4efa99bdcfedb8205044eb2c2be762841f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:07:25 +0000 Subject: [PATCH] Bump oauthlib from 3.2.2 to 3.3.1 Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.2 to 3.3.1. - [Release notes](https://github.com/oauthlib/oauthlib/releases) - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/oauthlib/oauthlib/compare/v3.2.2...v3.3.1) --- updated-dependencies: - dependency-name: oauthlib dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index 1af2e14c29..5583a67bb7 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -207,7 +207,7 @@ multidict==6.0.5 # via # aiohttp # yarl -oauthlib==3.2.2 +oauthlib==3.3.1 # via requests-oauthlib openai==1.99.8 # via -r requirements.in