From 95df247985e04fe2d536ff035a4767b9f67ad43d Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Mon, 1 Jul 2024 10:25:03 +0200 Subject: [PATCH] 22.05 pin bleach to 5.0.1 22.05 is currently failing planemo tests because bleach 5.0.0 has an error in its requirements that has been fixed here https://github.com/mozilla/bleach/pull/655 --- lib/galaxy/dependencies/dev-requirements.txt | 2 +- lib/galaxy/dependencies/pinned-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/galaxy/dependencies/dev-requirements.txt b/lib/galaxy/dependencies/dev-requirements.txt index 2de873dbd204..e68fe4b8916e 100644 --- a/lib/galaxy/dependencies/dev-requirements.txt +++ b/lib/galaxy/dependencies/dev-requirements.txt @@ -25,7 +25,7 @@ beaker==1.11.0 billiard==3.6.4.0; python_version >= "3.7" bioblend==0.17.0; python_version >= "3.7" black==22.3.0; python_full_version >= "3.6.2" -bleach==5.0.0; python_version >= "3.7" +bleach==5.0.1; python_version >= "3.7" boltons==21.0.0 boto==2.49.0 bx-python==0.8.13; python_version >= "3.7" diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index 9e4d35bb5bdc..5d014d17ec54 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -20,7 +20,7 @@ bdbag==1.6.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (py beaker==1.11.0 billiard==3.6.4.0; python_version >= "3.7" bioblend==0.17.0; python_version >= "3.7" -bleach==5.0.0; python_version >= "3.7" +bleach==5.0.1; python_version >= "3.7" boltons==21.0.0 boto==2.49.0 bx-python==0.8.13; python_version >= "3.7"