From cb46b502dd39f0989f4f0af8f186943296c5546b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:52:54 +0000 Subject: [PATCH] build(deps): 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd60862..773b8a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,7 +70,7 @@ numpy==1.22.3 # pandas # scipy # seaborn -oauthlib==3.2.0 +oauthlib==3.2.2 # via requests-oauthlib packaging==21.3 # via matplotlib