This is a feature release, which includes new features, removes previously deprecated code, and adds new deprecations. The 3.0.x branch is now the supported fix branch, the 2.3.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. Test with warnings treated as errors to be able to adapt to deprecation warnings early.
Allowed pyOpenSSL third-party module without any deprecation warning. ([#3126](https://github.com/urllib3/urllib3/issues/3126) <https://github.com/urllib3/urllib3/issues/3126>__)
Fixed default blocksize of HTTPConnection classes to match high-level classes. Previously was 8KiB, now 16KiB. ([#3066](https://github.com/urllib3/urllib3/issues/3066) <https://github.com/urllib3/urllib3/issues/3066>__)
This is a feature release, which includes new features, removes previously deprecated code, and adds new deprecations. The 3.0.x branch is now the supported fix branch, the 2.3.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. Test with warnings treated as errors to be able to adapt to deprecation warnings early.
Deprecate the __version__ attribute. Use feature detection, or
importlib.metadata.version("werkzeug"), instead. :issue:2770
generate_password_hash uses scrypt by default. :issue:2769
Add the "werkzeug.profiler" item to the WSGI environ dictionary
passed to ProfilerMiddleware's filename_format function. It contains
the elapsed and time values for the profiled request. :issue:2775
Explicitly marked the PathConverter as non path isolating. :pr:2784
Version 2.3.8
Unreleased
Version 2.3.7
Released 2023-08-14
Use flit_core instead of setuptools as build backend.
Fix parsing of multipart bodies. :issue:2734 Adjust index of last newline
in data start. :issue:2761
Parsing ints from header values strips spacing first. :issue:2734
Fix empty file streaming when testing. :issue:2740
Clearer error message when URL rule does not start with slash. :pr:2750
Acceptq value can be a float without a decimal part. :issue:2751
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies-pip group with 7 updates:
3.2.0
3.3.0
8.1.6
8.1.7
2.3.2
3.0.0
1.28.1
1.31.0
2.0.4
2.0.5
2.3.6
3.0.0
3.16.2
3.17.0
Updates
charset-normalizer
from 3.2.0 to 3.3.0Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
165211a
:bookmark: Release 3.3.0 (#353)5aed9a4
:bug: Fix unreachable code in the sorting algorithm of CharsetMatch (#352)061a71b
:arrow_up: Bump actions/checkout from 4.0.0 to 4.1.0 (#348)88df580
:arrow_up: Bump github/codeql-action from 2.21.7 to 2.21.9 (#351)aa0234b
:arrow_up: Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (#349)58f69f7
:arrow_up: Bump github/codeql-action from 2.21.5 to 2.21.7 (#345)e7c2d8e
:arrow_up: Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#346)5abf47f
:arrow_up: Bump pytest from 7.4.1 to 7.4.2 (#342)50a138e
:arrow_up: Bump actions/checkout from 3.6.0 to 4.0.0 (#343)5da7047
:arrow_up: Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#344)Updates
click
from 8.1.6 to 8.1.7Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
874ca2b
release version 8.1.76e1f6d3
completion(fish): add back ; as line endings in fish script (#2570)a955c77
update fish enabling script3c1529e
add back semicolons in fish scripta260ca6
Replace bash shell completion version error with warning (#2576)d9db70c
bash version support shows warning instead of error22b9b1c
Fix incorrect passing of flags to re.sub (#2581)d69d210
fix flake8 findingaf2da1e
Fix incorrect passing of flags to re.subbb6a872
start version 8.1.7Updates
flask
from 2.3.2 to 3.0.0Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
Commits
735a470
Release version 3.0.0efe39ae
Bump Werkzeug 3.0.0438edcd
Allow self as an argument to url_forb7c1290
Fix wrong spelling of JS method .innerHTML8037487
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#5248)e8076d9
Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0 (#5247)ecc4a38
Bump actions/checkout from 3.5.3 to 3.6.0 (#5246)24c6508
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.1098cef9f
Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.00c97a41
Bump actions/checkout from 3.5.3 to 3.6.0Updates
sentry-sdk
from 1.28.1 to 1.31.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
6935ba2
Updated changelogbfeb825
release: 1.31.0ad0ed59
feat(integrations): Add integration for clickhouse-driver (#2167)113b461
Made NoOpSpan compatible to Transactions. (#2364)d26b91c
build(deps): bump actions/checkout from 3 to 4 (#2361)90c64ca
Prevent Falcon integration from breaking ASGI apps (#2359)44ba734
Documenting Spans and Transactions (#2358)34232eb
Fix tests using Postgres (#2362)87d582d
feat(integrations): Add integration for asyncpg (#2314)a6e1cbe
Added link to backpressure section in docs. (#2354)Updates
urllib3
from 2.0.4 to 2.0.5Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
Commits
d9f85a7
Release 2.0.5d41f412
Undeprecate pyOpenSSL module (#3127)b6c04cb
Fix a link to "absolute URI" definition (#3128)af7c78f
refactor: change double conditional to one (#3118)34c13c8
Refer to current internet standards in docs on proxies (#3124)a3e94f2
Fix a name of an attribute in docs (#3125)da69d4f
Fix docs build (#3123)18831e5
Bump actions/checkout from 3.6.0 to 4.0.0 (#3116)cf8e184
Unquote all GitHub Action names to fix auto-updating comments (#3121)26c1b3f
Unquote GitHub Action name to test auto-updating commentsUpdates
werkzeug
from 2.3.6 to 3.0.0Release notes
Sourced from werkzeug's releases.
Changelog
Sourced from werkzeug's changelog.
Commits
aa5088f
Release version 3.0.06427542
Default the PathConverter (and descendants) to be non part isolating4820d8c
Provide elapsed and timestamp info to filename_format599993d
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#2780)a2394ed
Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0 (#2779)1efd6f3
Bump actions/checkout from 3.5.3 to 3.6.0 (#2778)76a5419
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10ce8cfe7
Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.02b172cb
Bump actions/checkout from 3.5.3 to 3.6.03f9c1be
Update helpful error message about AirPlay collision on macOS (#2776)Updates
zipp
from 3.16.2 to 3.17.0Changelog
Sourced from zipp's changelog.
Commits
5c59b56
Merge https://github.com/jaraco/skeletonca1831c
Preferpass_env
in tox config. Preferred failure mode for tox-dev/tox#312...488dd04
Finalizec230d98
Add CompleteDirs.inject classmethod for use elsewherec331584
In tests, always use alpharep fixture.92a8531
Merge https://github.com/jaraco/skeleton928e9a8
Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closes jara...a6256e2
Add descriptions to the tox environments. Closes jaraco/skeleton#91.b02bf32
Add diff-cover check to Github Actions CI. Closes jaraco/skeleton#90.0484daa
Clean up 'color' environment variables.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 show