Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Bump markupsafe from 1.0 to 1.1.0 #1470

Merged
merged 1 commit into from
Jan 16, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 12, 2018

Bumps markupsafe from 1.0 to 1.1.0.

Changelog

Sourced from markupsafe's changelog.

Version 1.1.0

Released 2018-11-05

  • Drop support for Python 2.6 and 3.3.
  • Build wheels for Linux, Mac, and Windows, allowing systems without
    a compiler to take advantage of the C extension speedups. (#104_)
  • Use newer CPython API on Python 3, resulting in a 1.5x speedup.
    (#64_)
  • escape wraps __html__ result in Markup, consistent with
    documented behavior. (#69_)

.. _#64: https://github-redirect.dependabot.com/pallets/markupsafe/pull/64
.. _#69: https://github-redirect.dependabot.com/pallets/markupsafe/pull/69
.. _#104: https://github-redirect.dependabot.com/pallets/markupsafe/pull/104

Version 1.0

Released 2017-03-07

  • Fixed custom types not invoking __unicode__ when used with
    format().
  • Added __version__ module attribute.
  • Improve unescape code to leave lone ampersands alone.

Version 0.18

Released 2013-05-22

  • Fixed __mul__ and string splitting on Python 3.

Version 0.17

Released 2013-05-21

  • Fixed a bug with broken interpolation on tuples.

Version 0.16

Released 2013-05-20

... (truncated)
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 12, 2018
@jezdez
Copy link
Contributor

jezdez commented Jan 16, 2019

@dependabot rebase

Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.0 to 1.1.0.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/master/CHANGES.rst)
- [Commits](pallets/markupsafe@1.0...1.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/markupsafe-1.1.0 branch from 12199aa to 92b9029 Compare January 16, 2019 11:19
@jezdez jezdez merged commit c2923ec into master Jan 16, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/markupsafe-1.1.0 branch January 16, 2019 12:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

2 participants