build(deps): update werkzeug requirement from <2.1.0 to <2.3.0
Updates the requirements on werkzeug to permit the latest version.
Release notes
Sourced from werkzeug's releases.
2.2.0
This is a feature release, which includes new features and removes previously deprecated features. The 2.2.x branch is now the supported bugfix branch, the 2.1.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.
Changelog
Sourced from werkzeug's changelog.
Version 2.2.0
Released 2022-07-23
- Deprecated
get_script_name,get_query_string,peek_path_info,pop_path_info, andextract_path_info. :pr:2461- Remove previously deprecated code. :pr:
2461- Add MarkupSafe as a dependency and use it to escape values when rendering HTML. :issue:
2419- Added the
werkzeug.debug.preserve_contextmechanism for restoring context-local data for a request when running code in the debug console. :pr:2439- Fix compatibility with Python 3.11 by ensuring that
end_linenoandend_col_offsetare present on AST nodes. :issue:2425- Add a new faster matching router based on a state machine. :pr:
2433- Names within options headers are always converted to lowercase. This matches :rfc:
6266that the case is not relevant. :issue:2442AnyConvertervalidates the value passed for it when building URLs. :issue:2388- The debugger shows enhanced error locations in tracebacks in Python 3.11. :issue:
2407- Added Sans-IO
is_resource_modifiedandparse_cookiefunctions based on WSGI versions. :issue:2408- Added Sans-IO
get_content_lengthfunction. :pr:2415- Don't assume a mimetype for test responses. :issue:
2450- Type checking
FileStorageacceptsos.PathLike. :pr:2418Version 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
... (truncated)
Commits
4c7d990release version 2.2.07e626b8Remove deprecated multiple option14f31dbDeprecate wsgi functionsc074f91Cleanup b42d1a4b57b8aba5c38fb8a030848db71004e2c5 and 81d2ed03ecf27d640b3a6fe8...b00ecceDon't set a default mimetype for Test Responsese1bfc33Merge pull request #2458 from pgjones/testcf1d82eAdd a test to demonstrate leaf rules don't consume branchesffb15eaMerge remote-tracking branch 'origin/2.1.x'dfdc7c6Ignore false positive B023 errorsc7f10f4Correct the CHANGES format for the unreleased 2.1.3- Additional commits viewable in compare view
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 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)
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.
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.
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.
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.