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 werkzeug from 1.0.1 to 2.1.2 #2826

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2022

Bumps werkzeug from 1.0.1 to 2.1.2.

Release notes

Sourced from werkzeug's releases.

2.1.2

This is a fix release for the 2.1.0 feature release.

2.1.1

This is a fix release for the 2.1.0 feature release.

2.1.0

This is a feature release, which includes new features and removes previously deprecated features. The 2.1.x branch is now the supported bugfix branch, the 2.0.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

2.0.3

2.0.2

2.0.1

2.0.0

New major versions of all the core Pallets libraries, including Werkzeug 2.0, have been released! 🎉

This represents a significant amount of work, and there are quite a few changes. Be sure to carefully read the changelog, and use tools such as pip-compile and Dependabot to pin your dependencies and control your updates.

2.0.0rc5

2.0.0rc4

2.0.0 Release Candidate 3

Use the --pre flag to install this pre-release:

</tr></table> 

... (truncated)

Changelog

Sourced from werkzeug's changelog.

Version 2.1.2

Released 2022-04-28

  • The development server does not set Transfer-Encoding: chunked for 1xx, 204, 304, and HEAD responses. :issue:2375
  • Response HTML for exceptions and redirects starts with <!doctype html> and <html lang=en>. :issue:2390
  • Fix ability to set some cache_control attributes to False. :issue:2379
  • Disable keep-alive connections in the development server, which are not supported sufficiently by Python's http.server. :issue:2397

Version 2.1.1

Released 2022-04-01

  • ResponseCacheControl.s_maxage converts its value to an int, like max_age. :issue:2364

Version 2.1.0

Released 2022-03-28

  • Drop support for Python 3.6. :pr:2277

  • Using gevent or eventlet requires greenlet>=1.0 or PyPy>=7.3.7. werkzeug.locals and contextvars will not work correctly with older versions. :pr:2278

  • Remove previously deprecated code. :pr:2276

    • Remove the non-standard shutdown function from the WSGI environ when running the development server. See the docs for alternatives.
    • Request and response mixins have all been merged into the Request and Response classes.
    • The user agent parser and the useragents module is removed. The user_agent module provides an interface that can be subclassed to add a parser, such as ua-parser. By default it only stores the whole string.
    • The test client returns TestResponse instances and can no longer be treated as a tuple. All data is available as properties on the response.
    • Remove locals.get_ident and related thread-local code from locals, it no longer makes sense when moving to a

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


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 requested a review from a team as a code owner May 1, 2022 11:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/werkzeug-2.1.2 branch 2 times, most recently from 5bbd298 to f5138f1 Compare May 27, 2022 15:41
@dependabot dependabot bot force-pushed the dependabot/pip/werkzeug-2.1.2 branch 2 times, most recently from 491a7f8 to bdfe902 Compare June 3, 2022 22:04
@dependabot dependabot bot force-pushed the dependabot/pip/werkzeug-2.1.2 branch 2 times, most recently from 84ec582 to 3284278 Compare June 10, 2022 20:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.1.2.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@1.0.1...2.1.2)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/werkzeug-2.1.2 branch from 3284278 to 0de40db Compare June 22, 2022 23:21
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants