From b64824c757d2288d01f307514d7268afef8da8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:17:33 +0000 Subject: [PATCH] build(deps): bump gunicorn from 21.2.0 to 22.0.0 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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- News_App/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News_App/requirements.txt b/News_App/requirements.txt index 3a3ef60a219..9dbe6038286 100644 --- a/News_App/requirements.txt +++ b/News_App/requirements.txt @@ -1,6 +1,6 @@ solara == 1.26.1 Flask -gunicorn ==21.2.0 +gunicorn ==22.0.0 simple-websocket flask-sock yfinance \ No newline at end of file