Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency urllib3 to v2.3.0 #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
urllib3 (changelog) ==2.2.3 -> ==2.3.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

urllib3/urllib3 (urllib3)

v2.3.0

Compare Source

==================

Features

  • Added HTTPResponse.shutdown() to stop any ongoing or future reads for a specific response. It calls shutdown(SHUT_RD) on the underlying socket. This feature was sponsored by LaunchDarkly <https://opencollective.com/urllib3/contributions/815307>. (#&#8203;2868 <https://github.com/urllib3/urllib3/issues/2868>)
  • Added support for JavaScript Promise Integration on Emscripten. This enables more efficient WebAssembly
    requests and streaming, and makes it possible to use in Node.js if you launch it as node --experimental-wasm-stack-switching. (#&#8203;3400 <https://github.com/urllib3/urllib3/issues/3400>__)
  • Added the proxy_is_tunneling property to HTTPConnection and HTTPSConnection. (#&#8203;3285 <https://github.com/urllib3/urllib3/issues/3285>__)
  • Added pickling support to NewConnectionError and NameResolutionError. (#&#8203;3480 <https://github.com/urllib3/urllib3/issues/3480>__)

Bugfixes

  • Fixed an issue in debug logs where the HTTP version was rendering as "HTTP/11" instead of "HTTP/1.1". (#&#8203;3489 <https://github.com/urllib3/urllib3/issues/3489>__)

Deprecations and Removals

  • Removed support for Python 3.8. (#&#8203;3492 <https://github.com/urllib3/urllib3/issues/3492>__)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) December 22, 2024 11:18
Copy link
Contributor

github-actions bot commented Dec 22, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ ACTION actionlint 3 1 0.08s
✅ BASH shellcheck 3 0 0.07s
✅ BASH shfmt 3 0 0 0.02s
❌ COPYPASTE jscpd yes 1 1.37s
✅ JSON jsonlint 3 0 0.17s
✅ JSON prettier 3 0 0 0.42s
✅ JSON v8r 3 0 3.6s
⚠️ MARKDOWN markdownlint 2 1 26 0.69s
✅ MARKDOWN markdown-link-check 2 0 11.99s
✅ MARKDOWN markdown-table-formatter 2 1 0 0.16s
⚠️ PYTHON pyright 25 18 7.43s
✅ PYTHON ruff 25 0 0 0.03s
❌ REPOSITORY checkov yes 3 12.05s
❌ REPOSITORY devskim yes 1 0.99s
✅ REPOSITORY dustilock yes no 0.56s
✅ REPOSITORY gitleaks yes no 0.06s
✅ REPOSITORY git_diff yes no 0.0s
❌ REPOSITORY grype yes 5 9.45s
❌ REPOSITORY kics yes 10 0.9s
✅ REPOSITORY secretlint yes no 1.02s
✅ REPOSITORY syft yes no 1.15s
❌ REPOSITORY trivy yes 5 4.72s
✅ REPOSITORY trivy-sbom yes no 0.07s
✅ REPOSITORY trufflehog yes no 2.14s
⚠️ SPELL cspell 43 178 6.72s
✅ SPELL lychee 11 0 1.67s
✅ YAML prettier 5 0 0 0.51s
✅ YAML v8r 5 0 2.76s
✅ YAML yamllint 5 0 0.31s

See detailed report in MegaLinter reports

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants