Lock ruamel.yaml version until bug is fixed (#1738)

This commit is contained in:
Jonathan Wren 2023-05-06 17:02:55 -07:00 committed by GitHub
parent 7e09c4eb66
commit 0b55c477e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ keyring = ">=21.0" # https://github.com/jaraco/keyring#integration
parsedatetime = ">=2.6"
python-dateutil = "^2.8" # https://github.com/dateutil/dateutil/blob/master/RELEASING
pyxdg = ">=0.27.0"
"ruamel.yaml" = "^0.17.21"
"ruamel.yaml" = "0.17.21" # locked to this version until bug is resolved: https://github.com/jrnl-org/jrnl/issues/1736
rich = ">=12.2.0, <14.0.0"
# dayone-only deps