diff --git a/pyproject.toml b/pyproject.toml index 5b58f8e3..503e5140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "python-liquid2==0.4.0", - "mistletoe==1.5.1", + "mistletoe==1.6.0", "requests==2.34.2", "tiktoken==0.13.0", "PyYAML==6.0.3", diff --git a/requirements.txt b/requirements.txt index 3a77638c..8ea4b9a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-liquid2==0.4.0 -mistletoe==1.5.1 +mistletoe==1.6.0 python-frontmatter==1.3.0 requests==2.34.2 rich==15.0.0