Skip to content

Commit 560a1a5

Browse files
Update mistune requirement from <2.1,>=2.0.3 to >=2.0.3,<3.1 (#707)
Update mistune requirement from <3.1,>=3 to >=3,<3.2 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a659449 commit 560a1a5

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests >= 1.0
22
ruamel.yaml >= 0.17.6, < 0.19
33
rdflib>= 4.2.2, < 8.0.0
4-
mistune>=3,<3.1
4+
mistune>=3,<3.2
55
CacheControl[filecache]>= 0.13.1, < 0.15
66
black>=19.10b0,<25.10
77
mypy_extensions

schema_salad/tests/test_makedoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,5 @@ def test_detect_changes_in_html(metaschema_doc: str, tmp_path: Path) -> None:
237237
with open(result, "w") as h:
238238
h.write(metaschema_doc)
239239
assert (
240-
hasher.hexdigest() == "3218d5a66d13025a874c0c05e0ad9af26d6131a4e27c019589b4aa18aee3c73d"
240+
hasher.hexdigest() == "bfab566e522ea2955bd358c071c8ea9b07591fec7949a71ae98ef3c7d11d5a7b"
241241
), result

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"requests >= 1.0",
8787
"ruamel.yaml >= 0.17.6, < 0.19",
8888
"rdflib >= 4.2.2, < 8.0.0",
89-
"mistune>=3,<3.1",
89+
"mistune>=3,<3.2",
9090
"CacheControl[filecache] >= 0.13.1, < 0.15",
9191
"mypy_extensions",
9292
]

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest-cov
33
pytest-xdist
44
setuptools
55
-r requirements.txt
6+
mistune >= 3.1.4

0 commit comments

Comments
 (0)