Skip to content

Commit

Permalink
Change PyYAML dependency specification
Browse files Browse the repository at this point in the history
Fixes #97
  • Loading branch information
bergercookie committed Jan 18, 2024
1 parent bf69f0e commit 5565983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tw_gtasks_sync = "syncall.scripts.tw_gtasks_sync:main"
[tool.poetry.dependencies]
python = "^3.8"

PyYAML = "^5.3.1"
PyYAML = "~5.3.1"
bidict = "^0.21.2"
click = "^8.0"

Expand Down

0 comments on commit 5565983

Please sign in to comment.