From 39acd0170415ff0575220d8c572f74dbd5c68d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 00:21:46 +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 81901aa11fb9..eb22cc5997cb 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', ]