Skip to content

Commit 9bcbd63

Browse files
chore(deps): update gunicorn requirement in /services/python-bridge (#875)
Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...25.3.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8794789 commit 9bcbd63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/python-bridge/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires-python = ">=3.13"
1616
dependencies = [
1717
# Web framework + WSGI server
1818
"Flask>=3.1,<4",
19-
"gunicorn>=23,<24",
19+
"gunicorn>=23,<26",
2020
"pydantic>=2.12,<3",
2121

2222
# Polis clustering (red-dwarf)

0 commit comments

Comments
 (0)