Skip to content

Commit f8e2e26

Browse files
committed
bump minimum pyyaml version
1 parent 4e5ba33 commit f8e2e26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ redis = ["redis"]
3030

3131
[tool.poetry.group.dev.dependencies]
3232
pytest = "*"
33-
pyyaml = "*"
33+
pyyaml = ">= 6.0.1"
3434
black = "*"
3535
pylint = "*"
3636
pydocstyle = "*"

0 commit comments

Comments
 (0)