mythril
mythril copied to clipboard
Update markupsafe requirement from <2.2.0 to <3.1.0
Updates the requirements on markupsafe to permit the latest version.
Release notes
Sourced from markupsafe's releases.
3.0.1
This is the MarkupSafe 3.0.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/MarkupSafe/3.0.1/ Changes:
https://markupsafe.palletsprojects.com/page/changes/#version-3-0-1(pending a fix to the docs build) Milestone: https://github.com/pallets/markupsafe/milestone/13?closed=1
Changelog
Sourced from markupsafe's changelog.
Version 3.0.1
Released 2024-10-08
- Address compiler warnings that became errors in GCC 14. :issue:
466- Fix compatibility with proxy objects. :issue:
467Version 3.0.0
Released 2024-10-07
- Support Python 3.13 and its experimental free-threaded build. :pr:
461- Drop support for Python 3.7 and 3.8.
- Use modern packaging metadata with
pyproject.tomlinstead ofsetup.cfg. :pr:348- Change
distutilsimports tosetuptools. :pr:399- Use deferred evaluation of annotations. :pr:
400- Update signatures for
Markupmethods to matchstrsignatures. Use positional-only arguments. :pr:400- Some
strmethods onMarkupno longer escape their argument:strip,lstrip,rstrip,removeprefix,removesuffix,partition, andrpartition;replaceonly escapes itsnewargument. These methods are conceptually linked to search methods such asin,find, andindex, which already do not escape their argument. :issue:401- The
__version__attribute is deprecated. Use feature detection, orimportlib.metadata.version("markupsafe"), instead. :pr:402- Speed up escaping plain strings by 40%. :pr:
434- Simplify speedups implementation. :pr:
437Version 2.1.5
Released 2024-02-02
- Fix
striptagsnot collapsing spaces. :issue:417Version 2.1.4
Released 2024-01-19
- Don't use regular expressions for
striptags, avoiding a performance issue. :pr:413
... (truncated)
Commits
ef0b95erelease version 3.0.154bb00bfix exact str check (#469)7add29cfix exact str checkb529164cast to PyUnicodeObject (#468)cf4fc43cast to PyUnicodeObject2c60930start version 3.0.185813f1release version 3.0.0 (#465)7643710release version 3.0.044a54cdBuild Python 3.13 wheels (#461)0a00cfestyle changes- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
@dependabot rebase
Sorry, only users with push access can use that command.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.