From 51b4aea4f0fc25ff23c4deb736e111cf4146a690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 13:39:43 +0000 Subject: [PATCH] Bump rsa from 4.5 to 4.7 Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.5 to 4.7. - [Release notes](https://github.com/sybrenstuvel/python-rsa/releases) - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-4.5...version-4.7) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9a199a..af66a83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ opps -rsa==4.5 # python 2 support +rsa==4.7 # python 2 support google-api-python-client==1.4.0 pyOpenSSL==16.2.0 oauth2client==1.5.2