Skip to content

Commit e5131c9

Browse files
Update gunicorn requirement from <22,>=20 to >=20,<23 (#1073)
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@20.0.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuhiro Sera <[email protected]>
1 parent 690eaa4 commit e5131c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ sanic>=22,<24; python_version>"3.6"
1818
starlette>=0.14,<1
1919
tornado>=6,<7
2020
uvicorn<1 # The oldest version can vary among Python runtime versions
21-
gunicorn>=20,<22
21+
gunicorn>=20,<23
2222
websocket_client>=1.2.3,<2 # Socket Mode 3rd party implementation

0 commit comments

Comments
 (0)