Bump werkzeug from 1.0.1 to 2.1.2
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.
- Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-2
- Milestone: https://github.com/pallets/werkzeug/milestone/22?closed=1
2.1.1
This is a fix release for the 2.1.0 feature release.
- Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-1
- Milestone: https://github.com/pallets/werkzeug/milestone/19?closed=1
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.
- Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-0
- Milestone: https://github.com/pallets/werkzeug/milestone/16?closed=1
2.0.3
- Changes: https://werkzeug.palletsprojects.com/en/2.0.x/changes/#version-2-0-3
- Milestone: https://github.com/pallets/werkzeug/milestone/18?closed=1
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! :tada:
- Read the announcement on our blog: https://palletsprojects.com/blog/flask-2-0-released/
- Read the full list of changes: https://werkzeug.palletsprojects.com/changes/#version-2-0-0
- Retweet the announcement on Twitter: https://twitter.com/PalletsTeam/status/1392266507296514048
- Follow our blog, Twitter, or GitHub to see future announcements.
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
--preflag 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: chunkedfor 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_controlattributes toFalse. :issue:2379- Disable
keep-aliveconnections in the development server, which are not supported sufficiently by Python'shttp.server. :issue:2397Version 2.1.1
Released 2022-04-01
ResponseCacheControl.s_maxageconverts its value to an int, likemax_age. :issue:2364Version 2.1.0
Released 2022-03-28
Drop support for Python 3.6. :pr:
2277Using gevent or eventlet requires greenlet>=1.0 or PyPy>=7.3.7.
werkzeug.localsandcontextvarswill not work correctly with older versions. :pr:2278Remove previously deprecated code. :pr:
2276
- Remove the non-standard
shutdownfunction from the WSGI environ when running the development server. See the docs for alternatives.- Request and response mixins have all been merged into the
RequestandResponseclasses.- The user agent parser and the
useragentsmodule is removed. Theuser_agentmodule 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
TestResponseinstances and can no longer be treated as a tuple. All data is available as properties on the response.- Remove
locals.get_identand related thread-local code fromlocals, it no longer makes sense when moving to a
... (truncated)
Commits
810cd65Merge pull request #2403 from pallets/release-2.1.24356230release version 2.1.20ff699aMerge pull request #2402 from pallets/mark-dev_server-tests9d83ed4mark test that use the dev_servere1bb24dignore new mypy finding973873cupdate requirements7b38026Merge pull request #2401 from iamgodot/doc0535fffFix application code in routing doc53ba5f8Merge pull request #2399 from pallets/no-keep-alive600a2b9disable keep-alive connections- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
A newer version of werkzeug exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.