From 8497666ad4e6a32d1cc081251c07fc7b81f12b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 20:39:49 +0000 Subject: [PATCH] Bump rsa from 3.2 to 4.7 in /blogproject Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 3.2 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-3.2...version-4.7) Signed-off-by: dependabot[bot] --- blogproject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogproject/requirements.txt b/blogproject/requirements.txt index 2aec53a..14b4c8c 100644 --- a/blogproject/requirements.txt +++ b/blogproject/requirements.txt @@ -36,7 +36,7 @@ pytz==2017.3 redis==2.10.6 redis-py-cluster==1.3.4 requests==2.18.2 -rsa==3.2 +rsa==4.7 six==1.10.0 SQLAlchemy==1.1.15 ujson==1.35