From d3722e8db3829e3d4817b2f7aa3bf97e91fa534c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:42:10 +0000 Subject: [PATCH] Bump rsa from 4.0 to 4.7 in /web 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] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 6d8ca20..df1a1dc 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -2,5 +2,5 @@ Flask==1.1.1 Flask-Markdown==0.3 mysql-connector-python==8.0.19 colorlog==4.1.0 -rsa==4.0 +rsa==4.7 pyScss==1.3.7 \ No newline at end of file