Skip to content

Commit fa7b21d

Browse files
committed
pyproject: change pyyaml from 5.3 to >=3.10,<6
1 parent 77f2ee4 commit fa7b21d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deployment/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = ["brainframe/cli/translations/*", "brainframe/cli/defaults.yaml"]
1818
[tool.poetry.dependencies]
1919
python = ">=3.8,<4.0"
2020
python-i18n = "^0.3"
21-
pyyaml = "^5.3"
21+
pyyaml = ">=3.10,<6"
2222
distro = "^1.5"
2323
packaging = "^20.4"
2424
requests = "^2.24.0"

0 commit comments

Comments
 (0)