chore(deps): update dependency markupsafe to v3.0.3 - autoclosed #161

Closed
renovate-bot wants to merge 1 commits from renovate/markupsafe-3.x into main
Member

This PR contains the following updates:

Package Change Age Confidence
MarkupSafe (changelog) ==3.0.2 -> ==3.0.3 age confidence

Release Notes

pallets/markupsafe (MarkupSafe)

v3.0.3

Compare Source

Released 2025-09-27

  • __version__ raises DeprecationWarning instead of UserWarning.
    :issue:487
  • Adopt multi-phase initialisation (:pep:489) for the C extension.
    :issue:494
  • Build Windows ARM64 wheels. :issue:485
  • Build Python 3.14 wheels. :issue:503
  • Build riscv64 wheels. :issue:505

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [MarkupSafe](https://github.com/pallets/markupsafe) ([changelog](https://markupsafe.palletsprojects.com/page/changes/)) | `==3.0.2` -> `==3.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/markupsafe/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/markupsafe/3.0.2/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pallets/markupsafe (MarkupSafe)</summary> ### [`v3.0.3`](https://github.com/pallets/markupsafe/blob/HEAD/CHANGES.rst#Version-303) [Compare Source](https://github.com/pallets/markupsafe/compare/3.0.2...3.0.3) Released 2025-09-27 - `__version__` raises `DeprecationWarning` instead of `UserWarning`. :issue:`487` - Adopt multi-phase initialisation (:pep:`489`) for the C extension. :issue:`494` - Build Windows ARM64 wheels. :issue:`485` - Build Python 3.14 wheels. :issue:`503` - Build riscv64 wheels. :issue:`505` </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
renovate-bot added 1 commit 2025-09-27 19:04:49 +00:00
chore(deps): update dependency markupsafe to v3.0.3
All checks were successful
Validate PR Title / validate (pull_request) Successful in 19s
CI / ci (pull_request) Successful in 3m18s
14931c6146
renovate-bot requested review from luke 2025-09-27 19:04:50 +00:00
Member

Decision: Accept
Change Score: 10/10

The change proposes a minor version update for the MarkupSafe library, from version 3.0.2 to 3.0.3. This appears to be a routine update, likely containing bug fixes or minor enhancements. No immediate problems are apparent. I accept this change.

**Decision: Accept** **Change Score: 10/10** The change proposes a minor version update for the `MarkupSafe` library, from version 3.0.2 to 3.0.3. This appears to be a routine update, likely containing bug fixes or minor enhancements. No immediate problems are apparent. I accept this change.
luke added 2 commits 2025-09-29 09:55:00 +00:00
chore(deps): update dependency markupsafe to v3.0.3
All checks were successful
Validate PR Title / validate (pull_request) Successful in 19s
CI / ci (pull_request) Successful in 3m18s
14931c6146
chore(deps): update dependency markupsafe to v3.0.3
All checks were successful
Validate PR Title / validate (pull_request) Successful in 6s
CI / ci (pull_request) Successful in 3m51s
7ef9e4d329
Member

Decision: Accept
Change Score: 10/10

This is a simple dependency update. No apparent problems.

--- a/.ARCHIVE/requirements.txt
+++ b/.ARCHIVE/requirements.txt
@@ -6,7 +6,7 @@
 idna==3.10
 itsdangerous==2.2.0
 Jinja2==3.1.6
-MarkupSafe==3.0.2
+MarkupSafe==3.0.3
 requests==2.32.5
 urllib3==2.5.0
 Werkzeug==3.1.3
**Decision: Accept** **Change Score: 10/10** This is a simple dependency update. No apparent problems. ```diff --- a/.ARCHIVE/requirements.txt +++ b/.ARCHIVE/requirements.txt @@ -6,7 +6,7 @@ idna==3.10 itsdangerous==2.2.0 Jinja2==3.1.6 -MarkupSafe==3.0.2 +MarkupSafe==3.0.3 requests==2.32.5 urllib3==2.5.0 Werkzeug==3.1.3 ```
renovate-bot changed title from chore(deps): update dependency markupsafe to v3.0.3 to chore(deps): update dependency markupsafe to v3.0.3 - autoclosed 2025-09-29 13:34:26 +00:00
renovate-bot closed this pull request 2025-09-29 13:34:26 +00:00
All checks were successful
Validate PR Title / validate (pull_request) Successful in 6s
Required
Details
CI / ci (pull_request) Successful in 3m51s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/epage#161