Skip to content

Commit 1f23eee

Browse files
chore(deps-dev): update websockets requirement from <16 to <17 (#1537)
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@salesforce.com>
1 parent 3978707 commit 1f23eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/async_dev.txt

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

0 commit comments

Comments
 (0)