From 3574a76fb5a9b0a2f0253af587c53601d5578451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:24:59 +0000 Subject: [PATCH] Update rsa requirement from <4.8,>=3.1.2 to >=3.1.2,<4.10 Updates the requirements on [rsa](https://github.com/sybrenstuvel/python-rsa) to permit the latest version. - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-3.1.2...version-4.9) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 282ff2e3f26e..0e5956ea2d16 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def find_version(*file_paths): 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<6.1', 'colorama>=0.2.5,<0.4.5', - 'rsa>=3.1.2,<4.8', + 'rsa>=3.1.2,<4.10', ]