Skip to content

Commit

Permalink
bump minimum pyyaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Dec 10, 2024
1 parent 4e5ba33 commit f8e2e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ redis = ["redis"]

[tool.poetry.group.dev.dependencies]
pytest = "*"
pyyaml = "*"
pyyaml = ">= 6.0.1"
black = "*"
pylint = "*"
pydocstyle = "*"
Expand Down

0 comments on commit f8e2e26

Please sign in to comment.