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

Bump markupsafe from 2.0.1 to 2.1.1 #212

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2022

Bumps markupsafe from 2.0.1 to 2.1.1.

Release notes

Sourced from markupsafe's releases.

2.1.1

2.1.0

Changelog

Sourced from markupsafe's changelog.

Version 2.1.1

Released 2022-03-14

  • Avoid ambiguous regex matches in striptags. :pr:293

Version 2.1.0

Released 2022-02-17

  • Drop support for Python 3.6. :pr:262
  • Remove soft_unicode, which was previously deprecated. Use soft_str instead. :pr:261
  • Raise error on missing single placeholder during string interpolation. :issue:225
  • Disable speedups module for GraalPython. :issue:277
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 15, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch 17 times, most recently from fc911d8 to c2c77f2 Compare March 22, 2022 20:22
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch 10 times, most recently from 0f7b464 to 24e726a Compare April 11, 2022 10:09
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch 4 times, most recently from a8f9580 to d402368 Compare May 27, 2022 12:03
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch 10 times, most recently from ac0d9e2 to 4502cd1 Compare June 8, 2022 14:23
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch 4 times, most recently from d4564b0 to 2d87ca8 Compare June 16, 2022 03:00
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch from 2d87ca8 to 2f8fa31 Compare July 7, 2022 21:05
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch 2 times, most recently from 7ac6dee to b7f7a8f Compare August 18, 2022 19:02
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch from b7f7a8f to 3d862a1 Compare September 7, 2022 03:29
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 2.1.1.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@2.0.1...2.1.1)

---
updated-dependencies:
- dependency-name: markupsafe
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/markupsafe-2.1.1 branch from 3d862a1 to 991eb64 Compare September 15, 2022 01:09
@jonathangreen
Copy link
Member

This fails due to this PR:
pallets/markupsafe#261

The function soft_unicode was replaced by soft_str. This appears to be in a transitive dependency, so we need to update jinja2, and perhaps flask before we can update markupsafe.

@tdilauro
Copy link
Contributor

Yeah. In fact, I pinned it to an old version in #180.

@jonathangreen
Copy link
Member

Going to ignore this one then and clear out this PR. We can update once we get to a newer version of flask.

@dependabot ignore this minor version

@dependabot dependabot bot closed this Sep 19, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2022

OK, I won't notify you about version 2.1.x again, unless you re-open this PR. 😢

@dependabot dependabot bot deleted the dependabot/pip/markupsafe-2.1.1 branch September 19, 2022 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants