From 48c2bad0f41087790d863c1dc4e3a71992878362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:10:49 +0000 Subject: [PATCH] Bump rsa from 4.0 to 4.7 in /api Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.7. - [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.0...version-4.7) Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f5059c4..915cbe5 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -34,7 +34,7 @@ pyasn1-modules==0.2.8 # via google-auth pyasn1==0.4.8 # via pyasn1-modules, rsa requests-oauthlib==1.3.0 # via google-auth-oauthlib requests==2.23.0 # via -r requirements.in, requests-oauthlib, tensorboard -rsa==4.0 # via google-auth +rsa==4.7 # via google-auth scipy==1.4.1 # via tensorflow six==1.14.0 # via absl-py, astunparse, google-auth, google-pasta, grpcio, h5py, keras-preprocessing, protobuf, tensorboard, tensorflow tensorboard-plugin-wit==1.6.0.post2 # via tensorboard