From 36db595c695ceb90b8a1b2369e7e7e589bb1e97a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:46:50 +0000 Subject: [PATCH] build(deps): bump gunicorn from 21.2.0 to 22.0.0 in /webapp 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] --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index 7f751ce..e14c211 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -9,4 +9,4 @@ matplotlib plotly pandas numpy -gunicorn==21.2.0 \ No newline at end of file +gunicorn==22.0.0 \ No newline at end of file