Skip to content

Commit

Permalink
22.05 pin bleach to 5.0.1
Browse files Browse the repository at this point in the history
22.05 is currently failing planemo tests because bleach 5.0.0
has an error in its requirements that has been fixed here
mozilla/bleach#655
  • Loading branch information
bernt-matthias committed Jul 1, 2024
1 parent 5003134 commit 95df247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 95df247

Please sign in to comment.