Skip to content

Commit

Permalink
Bump minimum pyyaml version to 6.0.0
Browse files Browse the repository at this point in the history
Fixes issues with the wheel dependency and cython: yaml/pyyaml#601
  • Loading branch information
skoenig committed Apr 15, 2024
1 parent e1cb65e commit 812a9e7
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 33 deletions.
86 changes: 54 additions & 32 deletions 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 @@ -9,7 +9,7 @@ repository = "https://github.com/skoenig/website-monitor"

[tool.poetry.dependencies]
python = "^3.7"
PyYAML = "^5.4"
PyYAML = "^6.0.0"
apscheduler = "^3.6.3"
requests = "^2.31"
kafka-python = ">=1.4.7"
Expand Down

0 comments on commit 812a9e7

Please sign in to comment.