From 030a7d0a114c3e68f7baa178758d5a5d70666444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 00:57:17 +0000 Subject: [PATCH] Bump oauthlib from 3.2.0 to 3.2.1 in /server 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] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index cb30fab..2913b3b 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -17,7 +17,7 @@ idna==3.3 itsdangerous==1.1.0 Jinja2==2.11.2 MarkupSafe==1.1.1 -oauthlib==3.2.0 +oauthlib==3.2.1 Pillow==9.2.0 psycopg2==2.9.3 pycparser==2.21