From 06acba24b3e3eb0b53443f2b9b9373029472dd09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:38:18 +0000 Subject: [PATCH] Bump rsa from 3.1.4 to 4.7 Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 3.1.4 to 4.7. - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-3.1.4...version-4.7) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 110534dae9..2242f753c3 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ requests>=1.2.3,<=2.0.1 -rsa==3.1.4 +rsa==4.7 Sphinx>=1.1.3,<1.3 simplejson==3.5.2 argparse==1.2.1 diff --git a/requirements.txt b/requirements.txt index 007b79d1cc..269265a7b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ nose==1.3.3 requests>=1.2.3,<=2.0.1 -rsa==3.1.4 +rsa==4.7 simplejson==3.6.5 argparse==1.2.1 httpretty>=0.7.0,<=0.8.6