From 36f6561cdfd3292c9c6f46bb87ff3de5e7aed736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:38:05 +0000 Subject: [PATCH] Update oauthlib requirement from ~=3.0 to ~=3.2 in /requirements (#74) Updates the requirements on [oauthlib](https://github.com/oauthlib/oauthlib) to permit the latest version. - [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.0.0...v3.2.2) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index c6c2814..4f84ee3 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -7,7 +7,7 @@ ovos-plugin-manager>=0.0.23a3 ovos-backend-client~=0.1 ovos-stt-plugin-server requests_cache -oauthlib~=3.0 +oauthlib~=3.2 Flask-SQLAlchemy sqlalchemy-json ovos-config>=0.0.10