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
jmespath 0.10.0 -> 1.0.1 age adoption passing confidence
kubernetes 22.6.0 -> 25.3.0 age adoption passing confidence

Release Notes

jmespath/jmespath.py

v1.0.1

Compare Source

=====

  • Add support for Python 3.11 (issue #&#8203;285 <https://github.com/jmespath/jmespath.py/issues/285>__)
  • Fix boolean correctness for floats (issue #&#8203;281 <https://github.com/jmespath/jmespath.py/issues/281>__)
  • Fix Python 3.9 warning about random sampling used in parser cache. (issue #&#8203;216 <https://github.com/jmespath/jmespath.py/issues/216>__)
  • Fix Python 3.8 warning for type comparisons (issue #&#8203;210 <https://github.com/jmespath/jmespath.py/issues/268>__)

v1.0.0

Compare Source

=====

  • Drop support for Python versions less than 3.7 (including Python 2). (issue 268 <https://github.com/jmespath/jmespath.py/issues/268>__)
kubernetes-client/python

v25.3.0

Compare Source

Kubernetes API Version: v1.25.3

Feature
  • Adds support for loading CA certificates from a file using the idp-certificate-authority key for the oidc plugin. (#​1916, @​vgupta3)

v24.2.0

Compare Source

Kubernetes API Version: v1.24.2

Uncategorized

v23.6.0

Compare Source

Kubernetes API Version: v1.23.6

API Change
  • Omits alpha-level enums from the static openapi file captured in api/openapi-spec (kubernetes/kubernetes#​109179, @​liggitt) [SIG Apps and Auth]
  • Fixes a regression in v1beta1 PodDisruptionBudget handling of "strategic merge patch"-type API requests for the selector field. Prior to 1.21, these requests would merge matchLabels content and replace matchExpressions content. In 1.21, patch requests touching the selector field started replacing the entire selector. This is consistent with server-side apply and the v1 PodDisruptionBudget behavior, but should not have been changed for v1beta1. (kubernetes/kubernetes#​108139, @​liggitt) [SIG Auth and Testing]

v23.3.0

Compare Source

Kubernetes API Version: v1.23.4


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Merge request reports