Skip to content

Commit df29f83

Browse files
chore(deps-dev): update tornado requirement from <7,>=6 to >=6.5.6,<7 (#1508)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com>
1 parent 886cc52 commit df29f83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ sanic>=25.3.0,<26; python_version>"3.8"
2626

2727
starlette>=0.19.1,<0.45; python_version<"3.9"
2828
starlette>=0.49.3,<1; python_version>="3.9"
29-
tornado>=6,<7
29+
tornado>=6.2,<7; python_version<"3.9"
30+
tornado>=6.5.6,<7; python_version>="3.9"
3031
uvicorn<1 # The oldest version can vary among Python runtime versions
3132
gunicorn>=23.0.0,<24
3233
websocket_client>=1.2.3,<2 # Socket Mode 3rd party implementation

0 commit comments

Comments
 (0)