From c87ee0c9a61992a3317a5cf0da275ab885629ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 00:18:34 +0000 Subject: [PATCH] Bump gunicorn from 19.2.1 to 19.5.0 in /examples Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.2.1 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.2.1...19.5.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 9e5c734..dfe8bcc 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,5 +1,5 @@ tornado==4.0.2 websocket-client==0.21.0 -gunicorn==19.2.1 +gunicorn==19.5.0 pysqlite==2.6.3 SQLAlchemy==0.9.8