From cfec0de38fc84f050d0f639ec509dac298d48781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:43:30 +0000 Subject: [PATCH] Bump flask-restx from 0.2.0 to 0.5.1 in /sample_project 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] --- sample_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_project/requirements.txt b/sample_project/requirements.txt index f4ba593..1ff9c6c 100644 --- a/sample_project/requirements.txt +++ b/sample_project/requirements.txt @@ -1,5 +1,5 @@ Flask==1.0.2 -flask-restx==0.2.0 +flask-restx==0.5.1 gunicorn==19.8.1