From 50be1657ea8c59124d32086e2d05905d2749354a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:27:23 +0000 Subject: [PATCH] Bump oauthlib from 3.2.0 to 3.2.2 in /dnas 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] --- dnas/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnas/requirements.txt b/dnas/requirements.txt index abb017f..681dff9 100644 --- a/dnas/requirements.txt +++ b/dnas/requirements.txt @@ -4,7 +4,7 @@ charset-normalizer==2.0.12 Deprecated==1.2.13 idna==3.3 mrtparse==2.2.0 -oauthlib==3.2.0 +oauthlib==3.2.2 packaging==21.3 pyparsing==3.0.9 redis==4.4.4