Skip to content

Commit

Permalink
renovatebot(deps): update dependency markupsafe to v3.0.2
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [MarkupSafe](https://redirect.github.com/pallets/markupsafe) ([changelog](https://markupsafe.palletsprojects.com/changes/)) | `==3.0.1` -> `==3.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/MarkupSafe/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/MarkupSafe/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/MarkupSafe/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/MarkupSafe/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pallets/markupsafe (MarkupSafe)</summary>

### [`v3.0.2`](https://redirect.github.com/pallets/markupsafe/releases/tag/3.0.2)

[Compare Source](https://redirect.github.com/pallets/markupsafe/compare/3.0.1...3.0.2)

This is the MarkupSafe 3.0.2 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.2/
Changes: https://markupsafe.palletsprojects.com/page/changes/#version-3-0-2
Milestone: https://github.com/pallets/markupsafe/milestone/14?closed=1

-   Fix compatibility when `__str__` returns a `str` subclass. [#&#8203;472](https://redirect.github.com/pallets/markupsafe/issues/472)
-   Build requires setuptools >= 70.1. [#&#8203;475](https://redirect.github.com/pallets/markupsafe/issues/475)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apereo/cas).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent b8b3bff commit eae1c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/loadtests/locust/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ greenlet==3.1.1
Jinja2==3.1.4
itsdangerous==2.2.0
locust==2.32.0
MarkupSafe==3.0.1
MarkupSafe==3.0.2
msgpack-python==0.5.6
pyzmq==26.2.0
pip==24.2
Expand Down

0 comments on commit eae1c92

Please sign in to comment.