From bfa975745450595bb756e1ef0f3821f28a0f2be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 21:19:50 +0000 Subject: [PATCH] Bump oauthlib from 3.1.1 to 3.2.1 in /ch05/photolog 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] --- ch05/photolog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05/photolog/requirements.txt b/ch05/photolog/requirements.txt index 37f6f05..67b293b 100644 --- a/ch05/photolog/requirements.txt +++ b/ch05/photolog/requirements.txt @@ -9,7 +9,7 @@ idna==3.2 itsdangerous==2.0.1 Jinja2==2.11.3 MarkupSafe==2.0.1 -oauthlib==3.1.1 +oauthlib==3.2.1 Pillow==8.3.1 redis==3.5.3 requests==2.26.0