summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-02 20:56:47 +0200
committerGitHub <noreply@github.com>2021-05-02 20:56:47 +0200
commitc3ee3cb899d5259c619e79ff9f29984756c3813e (patch)
treede0da08bf33f4e4d8f27299966437f8f8dcc0d2b
parent128f76f7fd7c8abb41a3bbbd9f1980cbc20ae7a5 (diff)
api: Bump rsa from 4.6 to 4.7 (#124)
Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.6 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.6...version-4.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--opendc-web/opendc-web-api/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-api/requirements.txt b/opendc-web/opendc-web-api/requirements.txt
index d95a8d83..40500adb 100644
--- a/opendc-web/opendc-web-api/requirements.txt
+++ b/opendc-web/opendc-web-api/requirements.txt
@@ -36,7 +36,7 @@ pytest-mock==3.2.0
python-dotenv==0.14.0
python-engineio==3.13.2
python-socketio==4.6.0
-rsa==4.6
+rsa==4.7
sentry-sdk==0.19.2
six==1.15.0
toml==0.10.2