From 254dc54bd05afc0021a0c0d21f0a2d51520cbf03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 20:43:29 +0000 Subject: [PATCH] Bump rsa from 4.0 to 4.7 Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 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.0...version-4.7) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50621617..0bcd6589 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ PyYAML==3.13 requests==2.21.0 requests-oauthlib==1.1.0 retrying==1.3.3 -rsa==4.0 +rsa==4.7 s3transfer==0.1.13 SecretStorage==2.3.1 toml==0.10.0 diff --git a/setup.py b/setup.py index 9fdacea3..40f93923 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ 'requests==2.21.0', 'requests-oauthlib==1.1.0', 'retrying==1.3.3', - 'rsa==4.0', + 'rsa==4.7', 's3transfer==0.1.13', 'SecretStorage==2.3.1', 'six==1.12.0',