From 0260aa79800e5e0bb3a152219460e551bab84b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:55:16 +0000 Subject: [PATCH] Bump gunicorn from 20.0.4 to 22.0.0 in /crawler Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crawler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/requirements.txt b/crawler/requirements.txt index cb7537a..a432bff 100644 --- a/crawler/requirements.txt +++ b/crawler/requirements.txt @@ -12,6 +12,6 @@ python_magic == 0.4.22 requests == 2.25.0 timeloop == 1.0.2 yara_python == 4.0.5 -gunicorn == 20.0.4 +gunicorn == 22.0.0 kafka-python == 2.0.2 elasticsearch == 7.15.1