Skip to content

fix(deps): update python packages

Sylvain Desbureaux requested to merge renovate/python into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
GitPython ==3.1.41 -> ==3.1.42 age adoption passing confidence
ansible-core (source) ==2.16.3 -> ==2.16.4 age adoption passing confidence
urllib3 (changelog) ==2.2.0 -> ==2.2.1 age adoption passing confidence

Release Notes

gitpython-developers/GitPython (GitPython)

v3.1.42

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.41...3.1.42

ansible/ansible (ansible-core)

v2.16.4

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts
urllib3/urllib3 (urllib3)

v2.2.1

Compare Source

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

  • Fixed issue where InsecureRequestWarning was emitted for HTTPS connections when using Emscripten. (#&#8203;3331 <https://github.com/urllib3/urllib3/issues/3331>__)
  • Fixed HTTPConnectionPool.urlopen to stop automatically casting non-proxy headers to HTTPHeaderDict. This change was premature as it did not apply to proxy headers and HTTPHeaderDict does not handle byte header values correctly yet. (#&#8203;3343 <https://github.com/urllib3/urllib3/issues/3343>__)
  • Changed InvalidChunkLength to ProtocolError when response terminates before the chunk length is sent. (#&#8203;2860 <https://github.com/urllib3/urllib3/issues/2860>__)
  • Changed ProtocolError to be more verbose on incomplete reads with excess content. (#&#8203;3261 <https://github.com/urllib3/urllib3/issues/3261>__)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by Sylvain Desbureaux

Merge request reports