From 08db16662a157a3dc2f6f17b15c15d332ab89f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:49:23 +0000 Subject: [PATCH] Bump oauthlib from 3.2.0 to 3.2.2 in /core 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] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index 7cceca8..cdeba1f 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -19,7 +19,7 @@ inflection==0.5.1 itypes==1.2.0 Jinja2==3.1.1 MarkupSafe==2.1.1 -oauthlib==3.2.0 +oauthlib==3.2.2 packaging==21.3 pycodestyle==2.8.0 pycparser==2.21