Skip to content

Commit 2d8041f

Browse files
Update websockets requirement from >=8.1,<15.0 to >=8.1,<16.0
Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@8.1...15.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a222c3 commit 2d8041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ python-dateutil = ">=2.8.2"
7474
ruyaml = ">=0.91.0"
7575
python = "^3.9.0"
7676
voluptuous = ">=0.13.1"
77-
websockets = ">=8.1,<15.0"
77+
websockets = ">=8.1,<16.0"
7878

7979
[tool.poetry.dev-dependencies]
8080
Sphinx = "^7.1.2"

0 commit comments

Comments
 (0)