From ea113b92d3a872fcbcf5fe84c4b2fcf14bfae74c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 03:20:10 +0000 Subject: [PATCH] update: update rsa requirement from ~=4.7.2 to ~=4.8 Updates the requirements on [rsa](https://github.com/sybrenstuvel/python-rsa) to permit the latest version. - [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.7.2...version-4.8) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66bdae673..f82a0eda9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ pytz~=2022.1 PyYAML~=6.0 requests~=2.27.1 rfc3339-validator~=0.1.4 -rsa~=4.7.2 \ No newline at end of file +rsa~=4.8 \ No newline at end of file