freedomofpress / securedrop-dev-docs

SecureDrop Developer Documentation
Other
3 stars 3 forks source link

Bump urllib3 from 2.0.2 to 2.0.3 #74

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps urllib3 from 2.0.2 to 2.0.3.

Release notes

Sourced from urllib3's releases.

2.0.3

  • Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. #3020
  • Deprecated URLs which don't have an explicit scheme #2950
  • Fixed response decoding with Zstandard when compressed data is made of several frames. #3008
  • Fixed assert_hostname=False to correctly skip hostname check. #3051
Changelog

Sourced from urllib3's changelog.

2.0.3 (2023-06-07)

  • Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. ([#3020](https://github.com/urllib3/urllib3/issues/3020) <https://github.com/urllib3/urllib3/issues/3020>__)
  • Deprecated URLs which don't have an explicit scheme ([#2950](https://github.com/urllib3/urllib3/issues/2950) <https://github.com/urllib3/urllib3/pull/2950>_)
  • Fixed response decoding with Zstandard when compressed data is made of several frames. ([#3008](https://github.com/urllib3/urllib3/issues/3008) <https://github.com/urllib3/urllib3/issues/3008>__)
  • Fixed assert_hostname=False to correctly skip hostname check. ([#3051](https://github.com/urllib3/urllib3/issues/3051) <https://github.com/urllib3/urllib3/issues/3051>__)
Commits
  • 92196a0 Release 2.0.3
  • 52d2eb1 Fix assert_hostname=False (#3055)
  • bfbd47e Fix Python 3.12 CI
  • b63cc4c Correct docstring for Retry backoff factor (#3037)
  • 7e3884d Allow non-OpenSSL TLS libaries with a warning
  • e67f13c Add 1.26.16 release to CHANGES.rst on main
  • ffa2b63 Deprecate URLs without an explicit scheme
  • 4e9060b Added OpenGraph information to the documentation
  • 8e94754 Remove outdated reference in LICENSE.txt
  • 5dbc8e2 Bump slsa-framework/slsa-github-generator from 1.5.0 to 1.6.0
  • Additional commits viewable in compare view


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)