Skip to content

Commit 10c6575

Browse files
cdce8pFlorianLudwig
authored andcommitted
Update dependencies
1 parent 9e10560 commit 10c6575

File tree

2 files changed

+63
-35
lines changed

2 files changed

+63
-35
lines changed

poetry.lock

+61-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ packages = [
2121
[tool.poetry.dependencies]
2222
python = "^3.7"
2323
transitions = "^0.8.0"
24-
websockets = ">=9.0"
24+
websockets = ">=9.0,<11.0"
2525
passlib = "^1.7.0"
2626
docopt = "^0.6.0"
27-
PyYAML = "^5.4.0"
27+
PyYAML = ">=5.4.0,<7.0"
2828
coveralls = {version = "^3.0.1", optional = true}
2929

3030

@@ -72,4 +72,3 @@ amqtt_sub = 'amqtt.scripts.sub_script:main'
7272
[build-system]
7373
requires = ["poetry-core>=1.0.0"]
7474
build-backend = "poetry.core.masonry.api"
75-

0 commit comments

Comments
 (0)