From 97a0e5c95ac2ba239ac61df7c4fcb0bd45fb3181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 19:10:34 +0000 Subject: [PATCH] Bump gunicorn from 19.4.5 to 19.5.0 in /v1.0/webapi Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.5 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.4.5...19.5.0) Signed-off-by: dependabot[bot] --- v1.0/webapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.0/webapi/requirements.txt b/v1.0/webapi/requirements.txt index e56ed08..cfa7ee1 100644 --- a/v1.0/webapi/requirements.txt +++ b/v1.0/webapi/requirements.txt @@ -1,7 +1,7 @@ cx-Oracle==5.2.1 Flask==1.0 Flask-SQLAlchemy==2.1 -gunicorn==19.4.5 +gunicorn==19.5.0 itsdangerous==0.24 Jinja2==2.8 MarkupSafe==0.23