Skip to content

Commit a51cefd

Browse files
chore(deps): update gunicorn requirement from <24,>=20 to >=23.0.0,<24 (#1504)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da81ecc commit a51cefd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ starlette>=0.19.1,<0.45; python_version<"3.9"
2727
starlette>=0.49.3,<1; python_version>="3.9"
2828
tornado>=6,<7
2929
uvicorn<1 # The oldest version can vary among Python runtime versions
30-
gunicorn>=20,<24
30+
gunicorn>=23.0.0,<24
3131
websocket_client>=1.2.3,<2 # Socket Mode 3rd party implementation

0 commit comments

Comments
 (0)