From 25c433326f8d019812e4030fe3d8156a3451cd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:48:50 +0000 Subject: [PATCH] Bump oauthlib from 3.2.0 to 3.2.2 Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.0 to 3.2.2. - [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.0...v3.2.2) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9432476..b30d532 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ jmespath==0.9.4 mac-alias==2.0.7 MarkupSafe==1.1.1 numpy==1.17.1 -oauthlib==3.2.0 +oauthlib==3.2.2 poyo==0.5.0 protobuf==3.19.4 pyasn1==0.4.8 diff --git a/setup.py b/setup.py index b38af70..7135538 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ 'mac-alias==2.0.7', 'MarkupSafe==1.1.1', 'numpy==1.17.1', - 'oauthlib==3.2.0', + 'oauthlib==3.2.2', 'poyo==0.5.0', 'protobuf==3.19.4', 'pyasn1==0.4.8',