From 4c560cba7a3dc1c0a929787cd64c3ad3a456a31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:41:32 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 21.2.0 to 25.3.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 25.3.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...25.3.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 679f6cd..8db6e35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ playwright==1.41.0 requests==2.31.0 beautifulsoup4==4.12.3 urllib3==2.1.0 -gunicorn==21.2.0 +gunicorn==25.3.0 psutil==5.9.8