From 53e1b0b22f98814d867d6c558e1a510d2e776d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:43:01 +0000 Subject: [PATCH] Bump flask-restx from 0.1.1 to 0.5.1 in /api Bumps [flask-restx](https://github.com/python-restx/flask-restx) from 0.1.1 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.1.1...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(-) mode change 100755 => 100644 api/requirements.txt diff --git a/api/requirements.txt b/api/requirements.txt old mode 100755 new mode 100644 index 0fdcc6d..681cd82 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ werkzeug==0.16.0 Flask==1.1.1 -Flask_restx==0.1.1 +Flask_restx==0.5.1 Flask-HTTPAuth==3.3.0 psycopg2-binary==2.8.4 numpy