From ece66de3080975ae1e0a645b7c0f508d62f36917 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Mon, 24 Jun 2024 09:28:36 +0100 Subject: [PATCH] Update mercurial to non-yanked 6.7.4 Mercurial version 6.7rc0-6.7.3 have been yanked on PyPI with message: ``` critical bug that can destroy the changelog of repositories ``` --- lib/galaxy/dependencies/pinned-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index f25d7b6a27c7..059e15dd39eb 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -105,7 +105,7 @@ markdown-it-py==3.0.0 ; python_version >= "3.8" and python_version < "3.13" markdown==3.6 ; python_version >= "3.8" and python_version < "3.13" markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "3.13" mdurl==0.1.2 ; python_version >= "3.8" and python_version < "3.13" -mercurial==6.7.3 ; python_version >= "3.8" and python_version < "3.13" +mercurial==6.7.4 ; python_version >= "3.8" and python_version < "3.13" mistune==3.0.2 ; python_version >= "3.8" and python_version < "3.13" mrcfile==1.5.0 ; python_version >= "3.8" and python_version < "3.13" msal==1.28.0 ; python_version >= "3.8" and python_version < "3.13"