Skip to content

Commit cd9f9b0

Browse files
authored
Merge pull request #239 from dvd-dev/dependabot/pip/websockets-gte-8.1-and-lt-16.0
Update websockets requirement from >=8.1,<15.0 to >=8.1,<16.0
2 parents 46fb058 + 2d8041f commit cd9f9b0

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)