From a3e793a74a3d10e95be65f5c64eb4fb9e5f632b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:47:32 +0000 Subject: [PATCH] Bump oauthlib from 3.1.1 to 3.2.2 in /app Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 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.1.1...v3.2.2) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index d7f12e7..855091f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -7,7 +7,7 @@ django-session-timeout==0.1.0 djangorestframework==3.13.1 hvac==0.6.4 idna==2.7 -oauthlib==3.1.1 +oauthlib==3.2.2 pyasn1==0.4.4 pyasn1-modules==0.2.2 PyJWT==1.6.4