From ec778ef9d45862ba736ba10c924a50c2217a0d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 00:49:23 +0000 Subject: [PATCH] Bump oauthlib from 3.2.0 to 3.2.1 Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.0 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.2.0...v3.2.1) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27ee595..2ae6ab3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ idna==3.3 isodate==0.6.1 lxml==4.6.5 mysqlclient==2.1.1 -oauthlib==3.2.0 +oauthlib==3.2.1 pillow==9.2.0 platformdirs==2.5.2 pycparser==2.21