From d46ec961ced49c55041ffb748ccaa017525e3fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:28:49 +0200 Subject: [PATCH] Bump oauthlib from 3.2.0 to 3.2.2 in /dnas (#190) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dnas/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnas/requirements.txt b/dnas/requirements.txt index f6f3e58..6446de9 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