Bump gunicorn from 25.0.3 to 25.1.0 (#3264)

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.3 to 25.1.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/25.0.3...25.1.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-16 15:04:43 -05:00
committed by GitHub
parent f7a6f213dd
commit 7cca86b075
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ flask-basicauth = "~=0.2"
flask-login = "^0.6"
flask-talisman = "*"
flask-wtf = "^1.2"
gunicorn = {version = "==25.0.3", extras = ["gevent"]}
gunicorn = {version = "==25.1.0", extras = ["gevent"]}
hypothesis = "^6.151.6"
humanize = "~=4.15"
itsdangerous = "~=2.2"