From 5482b94b99dc71b83d13d92ab693999d5fab80db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 17:41:17 +0000 Subject: [PATCH] Bump flask-restx in /COMP9900/capstoneproject-comp9900-h18a-yyds/backend Bumps [flask-restx](https://github.com/python-restx/flask-restx) from 0.4.0 to 0.5.1. - [Release notes](https://github.com/python-restx/flask-restx/releases) - [Changelog](https://github.com/python-restx/flask-restx/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-restx/flask-restx/compare/0.4.0...0.5.1) --- updated-dependencies: - dependency-name: flask-restx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../capstoneproject-comp9900-h18a-yyds/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt b/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt index 9447591..c8d928d 100644 --- a/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt +++ b/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt @@ -3,7 +3,7 @@ passlib==1.7.4 Flask==1.1.4 Jinja2==2.11.3 click==7.1.2 -flask-restx==0.4.0 +flask-restx==0.5.1 itsdangerous==1.1.0 werkzeug==1.0.1 flask-cors==3.0.10