Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update dependency MarkupSafe to v3 #252

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Nov 1, 2024

This PR contains the following updates:

Package Update Change
MarkupSafe (changelog) major ==2.1.5 -> ==3.0.2

Release Notes

pallets/markupsafe (MarkupSafe)

v3.0.2

Compare Source

Released 2024-10-18

  • Fix compatibility when __str__ returns a str subclass. :issue:472
  • Build requires setuptools >= 70.1. :issue:475

v3.0.1

Compare Source

Released 2024-10-08

  • Address compiler warnings that became errors in GCC 14. :issue:466
  • Fix compatibility with proxy objects. :issue:467

v3.0.0

Compare Source

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.toml instead of setup.cfg.
    :pr:348
  • Change distutils imports to setuptools. :pr:399
  • Use deferred evaluation of annotations. :pr:400
  • Update signatures for Markup methods to match str signatures. Use
    positional-only arguments. :pr:400
  • Some str methods on Markup no longer escape their argument:
    strip, lstrip, rstrip, removeprefix, removesuffix,
    partition, and rpartition; replace only escapes its new
    argument. These methods are conceptually linked to search methods such as
    in, find, and index, which already do not escape their argument.
    :issue:401
  • The __version__ attribute is deprecated. Use feature detection, or
    importlib.metadata.version("markupsafe"), instead. :pr:402
  • Speed up escaping plain strings by 40%. :pr:434
  • Simplify speedups implementation. :pr:437

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.


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

This PR has been generated by Renovate Bot.

@erezrokah erezrokah added the automerge Add to automerge PRs once requirements are met label Nov 4, 2024
@kodiakhq kodiakhq bot merged commit d3dbd3f into main Nov 4, 2024
5 checks passed
@kodiakhq kodiakhq bot deleted the renovate/markupsafe-3.x branch November 4, 2024 08:33
kodiakhq bot pushed a commit that referenced this pull request Nov 4, 2024
🤖 I have created a release *beep* *boop*
---


## [0.1.37](v0.1.36...v0.1.37) (2024-11-04)


### Bug Fixes

* **deps:** Update dependency black to v24.10.0 ([#248](#248)) ([a5b63c6](a5b63c6))
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.37 ([#253](#253)) ([040dc2b](040dc2b))
* **deps:** Update dependency grpcio to v1.67.1 ([#249](#249)) ([05dd532](05dd532))
* **deps:** Update dependency grpcio-tools to v1.67.1 ([#250](#250)) ([a9a0fe5](a9a0fe5))
* **deps:** Update dependency MarkupSafe to v3 ([#252](#252)) ([d3dbd3f](d3dbd3f))
* **deps:** Update dependency numpy to v2.1.2 ([#244](#244)) ([fc45d99](fc45d99))
* **deps:** Update dependency protobuf to v5.28.3 ([#245](#245)) ([192260e](192260e))
* **deps:** Update dependency tomli to v2.0.2 ([#247](#247)) ([09fbc66](09fbc66))
* **deps:** Update python Docker tag to v3.13 ([#251](#251)) ([0ad38dd](0ad38dd))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants