Skip to content

Commit a299c20

Browse files
Merge branch 'dependabot/pip/websocket-client-gte-1.9.0-and-lt-2' of https://github.com/slackapi/bolt-python into dependabot/pip/websocket-client-gte-1.9.0-and-lt-2
2 parents 77520aa + 1076a8b commit a299c20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/async_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# pip install -r requirements/async_dev.txt
2-
aiohttp>=3,<4
2+
aiohttp>=3,<4; python_version<"3.9"
3+
aiohttp>=3.13.5,<4; python_version>="3.9"
34
websockets<16

0 commit comments

Comments
 (0)