From 7ec2603d860e602677abe01d9d62bd420eec56ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 04:52:30 +0000 Subject: [PATCH] build(deps): update gunicorn requirement from ~=20.1.0 to ~=21.2.0 Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed87e46..03a8ae6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Flask~=2.1 recipe-scrapers~=14.33 -gunicorn~=20.1.0 \ No newline at end of file +gunicorn~=21.2.0 \ No newline at end of file