summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wren <jonathan@nowandwren.com>2023-05-06 17:02:55 -0700
committerGitHub <noreply@github.com>2023-05-06 17:02:55 -0700
commit0b55c477e17fa7ac4d7d91bbda5d712f3ef8b67b (patch)
tree8825f6bec8102da5d5541743c495092944fa36e0
parent7e09c4eb6624151d7bc9e92ce89dd008663fab5f (diff)
Lock ruamel.yaml version until bug is fixed (#1738)
-rw-r--r--poetry.lock2
-rw-r--r--pyproject.toml2
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