From 9220567c0f8930bad0c078ebdc7e5fc1903faaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 21:14:48 +0000 Subject: [PATCH] Bump oauthlib from 3.1.1 to 3.2.1 in /api Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1. - [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.1) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 8a6facd..31647fb 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -22,7 +22,7 @@ lazy-object-proxy==1.6.0 Markdown==3.3.4 mccabe==0.6.1 mypy-extensions==0.4.3 -oauthlib==3.1.1 +oauthlib==3.2.1 pathspec==0.8.1 Pillow==8.2.0 pycparser==2.20