Cqsi / lichs

♟ Play chess against real players in your terminal using Lichess
https://pypi.org/project/lichs/
MIT License
117 stars 19 forks source link

Bump urllib3 from 1.26.5 to 1.26.6 #50

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps urllib3 from 1.26.5 to 1.26.6.

Release notes

Sourced from urllib3's releases.

1.26.6

:warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap

  • Deprecated the urllib3.contrib.ntlmpool module. urllib3 is not able to support it properly due to reasons listed in this issue. If you are a user of this module please leave a comment.
  • Changed HTTPConnection.request_chunked() to not erroneously emit multiple Transfer-Encoding headers in the case that one is already specified.
  • Fixed typo in deprecation message to recommend Retry.DEFAULT_ALLOWED_METHODS.

If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors

Changelog

Sourced from urllib3's changelog.

1.26.6 (2021-06-25)

  • Deprecated the urllib3.contrib.ntlmpool module. urllib3 is not able to support it properly due to reasons listed in this issue <https://github.com/urllib3/urllib3/issues/2282>_. If you are a user of this module please leave a comment.
  • Changed HTTPConnection.request_chunked() to not erroneously emit multiple Transfer-Encoding headers in the case that one is already specified.
  • Fixed typo in deprecation message to recommend Retry.DEFAULT_ALLOWED_METHODS.
Commits
  • ba95e9e Release 1.26.6
  • 6930dde [1.26] Run integration tests in GitHub Actions
  • 79d9249 [1.26] Fix typo 'tox' -> 'nox' in contributing docs
  • 9518995 Update readthedocs URLs in 1.26.x branch to point to 1.26.x docs
  • eb28aec Don't emit multiple Transfer-Encoding headers in request_chunked()
  • 2eead3e Deprecate the urllib3.contrib.ntlmpool module
  • 033f194 [1.26.x] Remove CONTRIBUTORS.txt
  • ad90640 [1.26.x] Add alternate 'dark mode' banner to documentation
  • 782f05a Advertise Python 3.10 support in setup.py classifiers
  • a6b64c9 Fix deprecation message to recommend Retry.DEFAULT_ALLOWED_METHODS
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #55.