From 16bf540ee41d5a3ffc0f143dcd2e3baa2d04f496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:43:42 +0000 Subject: [PATCH] Bump flask-restx from 0.4.0 to 0.5.1 in /examples/zoo_app 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] --- examples/zoo_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/zoo_app/requirements.txt b/examples/zoo_app/requirements.txt index a72bb41d..4ba87b60 100644 --- a/examples/zoo_app/requirements.txt +++ b/examples/zoo_app/requirements.txt @@ -2,7 +2,7 @@ aniso8601==9.0.1 attrs==21.2.0 click==7.1.2 Flask==1.1.4 -flask-restx==0.4.0 +flask-restx==0.5.1 itsdangerous==1.1.0 Jinja2==2.11.3 jsonschema==3.2.0