From 7c32222d1e4e6b15b6bfd23d1641fbe33998eceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:52:09 +0000 Subject: [PATCH] Bump oauthlib from 3.2.0 to 3.2.2 in /server 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] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index cb30fab..7033ae2 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.2 Pillow==9.2.0 psycopg2==2.9.3 pycparser==2.21