From ca874b36e1eadadf43424f72bee56a4015caeeb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:41:59 +0000 Subject: [PATCH] Bump flask-restx from 0.2.0 to 0.5.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91a9266..728592f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==1.1.1 gunicorn>=19.5.0 requests==2.23.* -flask-restx==0.2.0 +flask-restx==0.5.1 # From urllib3 docs: urllib3 (requests) will try to load the default system certificate stores # The most reliable cross-platform method is to use the certifi package which provides Mozilla's root certificate bundle certifi==2019.11.28