From 3bc96d85316e613929d0323b67c522c2c166c3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:26:40 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54687519..0fbbe6c3 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "python-dateutil>=2.0,<3.0", "MarkupSafe<2.0", # 2.0 dropped python 2.7, 3.5 support - temporary "more-itertools<6.0.0", # 6.0.0 dropped python 2.7 support - temporary - "rsa==4.5", # 4.6 dropped python 2.7 support - temporary + "rsa==4.7", # 4.6 dropped python 2.7 support - temporary "python-jose<3.2.0", # 3.2.0 dropped python 2.7 support - temporary ]