From 9eeefa769b11269f10be50e13be9fb6a56398413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:35:01 +0000 Subject: [PATCH] Bump rsa from 3.4.2 to 4.7 in /ftl/python/benchmark/data/large_app Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 3.4.2 to 4.7. - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-3.4.2...version-4.7) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ftl/python/benchmark/data/large_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftl/python/benchmark/data/large_app/requirements.txt b/ftl/python/benchmark/data/large_app/requirements.txt index c2cb2326c..327299296 100644 --- a/ftl/python/benchmark/data/large_app/requirements.txt +++ b/ftl/python/benchmark/data/large_app/requirements.txt @@ -13,7 +13,7 @@ pyasn1==0.2.3 pyasn1-modules==0.0.9 PyYAML==3.12 requests==2.18.1 -rsa==3.4.2 +rsa==4.7 six==1.10.0 uritemplate==3.0.0 urllib3==1.21.1