Skip to content

Commit 39cc8e2

Browse files
authored
Merge pull request #222 from dvd-dev/dependabot/pip/websockets-gte-8.1-and-lt-15.0
Update websockets requirement from >=8.1,<14.0 to >=8.1,<15.0
2 parents c5f35ad + 6d93730 commit 39cc8e2

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,<14.0"
77+
websockets = ">=8.1,<15.0"
7878

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

0 commit comments

Comments
 (0)