From b5c056152807d88f3d784981ffbaad9c855d5e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 16:46:59 +0000 Subject: [PATCH] Build(deps): bump eventlet from 0.24.1 to 0.31.0 in /chat_svc Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.24.1 to 0.31.0. - [Release notes](https://github.com/eventlet/eventlet/releases) - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/v0.24.1...v0.31.0) Signed-off-by: dependabot[bot] --- chat_svc/requirements-docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_svc/requirements-docker.txt b/chat_svc/requirements-docker.txt index a146d41..75cb69f 100644 --- a/chat_svc/requirements-docker.txt +++ b/chat_svc/requirements-docker.txt @@ -1,4 +1,4 @@ -r requirements.txt -eventlet==0.24.1 +eventlet==0.31.0 gunicorn==19.9.0 psutil==5.6.6 \ No newline at end of file