From e1cd15d0035d6438cdc87341e713b39c47b3a73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:43:41 +0000 Subject: [PATCH] Bump flask-restx from 0.4.0 to 0.5.1 in /services/web/tmtar 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] --- services/web/tmtar/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/tmtar/requirements.txt b/services/web/tmtar/requirements.txt index 6196030c..ace0f083 100644 --- a/services/web/tmtar/requirements.txt +++ b/services/web/tmtar/requirements.txt @@ -3,7 +3,7 @@ Flask-SQLAlchemy>2.4.4 psycopg2-binary>=2.8.6 pytest>=6.1.2 flask-marshmallow>=0.14.0 -flask-restx==0.4.0 +flask-restx==0.5.1 Werkzeug<2.0 flask-accepts>=0.17.4 typing-extensions>=3.7.4.3