From 9ebbd33a2bac1dac41c9cc6fb191836741108fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:39:16 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /api Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 990cd6d..6ac9daa 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -7,5 +7,5 @@ python-dotenv==1.0.0 web3==6.11.3 pytest==7.4.3 pytest-mock==3.12.0 -gunicorn==21.2.0 +gunicorn==22.0.0 pycryptodome==3.20.0 \ No newline at end of file