From a6dcaeb6aedfe087dd98f63aafc1ed12dae785c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:41:56 +0000 Subject: [PATCH] Bump flask-restx from 0.2.0 to 0.5.1 in /api Bumps [flask-restx](https://github.com/python-restx/flask-restx) from 0.2.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.2.0...0.5.1) --- updated-dependencies: - dependency-name: flask-restx dependency-type: direct:production ... 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 7d43e33..9b48927 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -7,7 +7,7 @@ flask-bcrypt==0.7.1 flask-cors==3.0.8 flask-marshmallow==0.11.0 flask-migrate==2.5.3 -flask-restx==0.2.0 +flask-restx==0.5.1 Flask-Testing==0.8.0 marshmallow-sqlalchemy==0.22.3 pyjwt==1.7.1