From 52cbf3399dd5b1aa4a236406717d22793d3da17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 11:14:36 +0000 Subject: [PATCH] Bump gunicorn from 18.0 to 19.5.0 in /ocl Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 18.0 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/18.0...19.5.0) Signed-off-by: dependabot[bot] --- ocl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocl/requirements.txt b/ocl/requirements.txt index 030eb0a..5368892 100644 --- a/ocl/requirements.txt +++ b/ocl/requirements.txt @@ -16,7 +16,7 @@ pymongo==2.6 pysolr==3.2.0 wsgiref==0.1.2 python-dateutil==2.2 -gunicorn==18.0 +gunicorn==19.5.0 moto==0.4.25 django-cors-headers==1.1.0 ocldev==0.1.34