[22.05] pin bleach to 5.0.1#18472
Merged
mvdbeek merged 1 commit intogalaxyproject:release_22.05from Jul 1, 2024
Merged
Conversation
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
nsoranzo
approved these changes
Jul 1, 2024
Member
nsoranzo
left a comment
There was a problem hiding this comment.
For those wondering why this has become an issue only now, it's because of changes in pip 24.1: https://pradyunsg.me/blog/2024/05/13/pip-24-1-betas/
bernt-matthias
added a commit
to bernt-matthias/galaxy
that referenced
this pull request
Jul 1, 2024
- prior to [5.2.3](https://github.com/celery/celery/blame/v5.2.3/requirements/default.txt#L1) the pinning for pytz in celery was `pytz>0.dev.0` or `pytz>dev` which now creates problems: - we updated the pinning to 5.2.3 in 22.01 anyway see also galaxyproject#18472 and https://pradyunsg.me/blog/2024/05/13/pip-24-1-betas/
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
22.05 is currently failing planemo tests (e.g. here) because bleach 5.0.0 has an error in its requirements that has been fixed here mozilla/bleach#655
How to test the changes?
(Select all options that apply)
License