From 0b55c477e17fa7ac4d7d91bbda5d712f3ef8b67b Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 6 May 2023 17:02:55 -0700 Subject: [PATCH] Lock ruamel.yaml version until bug is fixed (#1738) --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9321fab6..9c32a7f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1969,4 +1969,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.10.0, <3.13" -content-hash = "dfc32ee61025dae6033987a8ff8290d4c2a34197502b8030cef02db58b86baf1" +content-hash = "1306520c524e8cf20ca672e3b77eb0aa1fcc67e5994c86bd99a293415a0795b8" diff --git a/pyproject.toml b/pyproject.toml index 5465a181..9eb55038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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