chore(deps): update dependency markupsafe to v3 #40
No reviewers
Labels
No labels
renovate-bot
renovate-security
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ForgeFlux/ap-test#40
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/markupsafe-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.1.5
->==3.0.2
Release Notes
pallets/markupsafe (MarkupSafe)
v3.0.2
Compare Source
Released 2024-10-18
__str__
returns astr
subclass. :issue:472
475
v3.0.1
Compare Source
Released 2024-10-08
466
467
v3.0.0
Compare Source
Released 2024-10-07
461
pyproject.toml
instead ofsetup.cfg
.:pr:
348
distutils
imports tosetuptools
. :pr:399
400
Markup
methods to matchstr
signatures. Usepositional-only arguments. :pr:
400
str
methods onMarkup
no longer escape their argument:strip
,lstrip
,rstrip
,removeprefix
,removesuffix
,partition
, andrpartition
;replace
only escapes itsnew
argument. These methods are conceptually linked to search methods such as
in
,find
, andindex
, which already do not escape their argument.:issue:
401
__version__
attribute is deprecated. Use feature detection, orimportlib.metadata.version("markupsafe")
, instead. :pr:402
434
437
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
fe2ea11a5b
to68687286ca
68687286ca
to626adcb660
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.