Skip to content

chore(deps): update dependency google-auth to v2.58.0 (master) - #7659

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/master-google-auth-2.x
Open

chore(deps): update dependency google-auth to v2.58.0 (master)#7659
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/master-google-auth-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
google-auth (source) ==2.57.1==2.58.0 age confidence

Release Notes

googleapis/google-cloud-python (google-auth)

v2.58.0: google-cloud-container: v2.58.0

Compare Source

Features
  • A new enum Mode is added (f4d2243)
  • A new enum TransparentHugepageDefrag is added (f4d2243)
  • A new enum TransparentHugepageEnabled is added (f4d2243)
  • A new field additional_ip_ranges_configs is added to message .google.container.v1.IPAllocationPolicy (f4d2243)
  • A new field auto_ipam_config is added to message .google.container.v1.IPAllocationPolicy (f4d2243)
  • A new field boot_disk is added to message .google.container.v1.NodeConfig (f4d2243)
  • A new field boot_disk is added to message .google.container.v1.UpdateNodePoolRequest (f4d2243)
  • A new field default_compute_class_config is added to message .google.container.v1.ClusterAutoscaling (f4d2243)
  • A new field desired_additional_ip_ranges_config is added to message .google.container.v1.ClusterUpdate (f4d2243)
  • A new field desired_auto_ipam_config is added to message .google.container.v1.ClusterUpdate (f4d2243)
  • A new field desired_user_managed_keys_config is added to message .google.container.v1.ClusterUpdate (f4d2243)
  • A new field eviction_max_pod_grace_period_seconds is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field eviction_minimum_reclaim is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field eviction_soft_grace_period is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field eviction_soft is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field gke_auto_upgrade_config is added to message .google.container.v1.Cluster (f4d2243)
  • A new field gke_auto_upgrade_config is added to message .google.container.v1.ClusterUpdate (f4d2243)
  • A new field lustre_csi_driver_config is added to message .google.container.v1.AddonsConfig (f4d2243)
  • A new field max_parallel_image_pulls is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field min_node_cpus is added to message .google.container.v1.SoleTenantConfig (f4d2243)
  • A new field mode is added to message .google.container.v1.AnonymousAuthenticationConfig (f4d2243)
  • A new field single_process_oom_kill is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field subnetwork is added to message .google.container.v1.NodeNetworkConfig (f4d2243)
  • A new field transparent_hugepage_defrag is added to message .google.container.v1.LinuxNodeConfig (f4d2243)
  • A new field transparent_hugepage_enabled is added to message .google.container.v1.LinuxNodeConfig (f4d2243)
  • A new message AdditionalIPRangesConfig is added (f4d2243)
  • A new message AutoIpamConfig is added (f4d2243)
  • A new message BootDisk is added (f4d2243)
  • A new message DefaultComputeClassConfig is added (f4d2243)
  • A new message DesiredAdditionalIPRangesConfig is added (f4d2243)
  • A new message EvictionGracePeriod is added (f4d2243)
  • A new message EvictionMinimumReclaim is added (f4d2243)
  • A new message EvictionSignals is added (f4d2243)
  • A new message GkeAutoUpgradeConfig is added (f4d2243)
  • A new message LustreCsiDriverConfig is added (f4d2243)
  • A new value CLOUD_KMS_KEY_DESTROYED is added to enum Code (f4d2243)

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "after 10pm every weekday,every weekend,before 5am every weekday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

Copilot AI lite review requested due to automatic review settings September 10, 2026 02:52
@renovate renovate Bot added dependencies Pull requests that update a dependency file. filigran team Item from the Filigran team. labels Sep 10, 2026
@github-actions

Copy link
Copy Markdown

⚠️ Unused dependencies detected

The following packages appear to be unused:

  • google-api-python-client in external-import/email-intel-imap/src/requirements.txt
  • google-api-core in external-import/email-intel-imap/src/requirements.txt
  • google-api-core in stream/chronicle/src/requirements.txt
  • googleapis-common-protos in stream/chronicle/src/requirements.txt

How to fix: (1) if the package is used but under a different import name (e.g. PyYAMLyaml), add a mapping line to .github/deptry-package-map.txt. (2) if truly unused, remove it from the connector's requirements.txt.

@github-actions

github-actions Bot commented Sep 10, 2026

Copy link
Copy Markdown

🔴 Connector Linter errors detected

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the google-auth dependency to 2.58.0 for the connectors in this repo that pin google-auth in their requirements.txt, keeping Google authentication libraries aligned with the latest patch/minor release.

Changes:

  • Bump google-auth from 2.57.1 to 2.58.0 in the affected connectors’ runtime requirements.
  • Keep the rest of each connector’s dependency set unchanged.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
stream/google-secops-siem/src/requirements.txt Updates google-auth pin to 2.58.0 for the Google SecOps SIEM stream connector.
stream/chronicle/src/requirements.txt Updates google-auth pin to 2.58.0 for the Chronicle stream connector.
external-import/google-drive/src/requirements.txt Updates google-auth pin to 2.58.0 for the Google Drive external import connector.
external-import/email-intel-imap/src/requirements.txt Updates google-auth pin to 2.58.0 for the IMAP email intel connector.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@renovate
renovate Bot force-pushed the renovate/master-google-auth-2.x branch from ac8f2ad to e91763a Compare September 11, 2026 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. filigran team Item from the Filigran team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants