Skip to content

chore(deps): update dependency cloudflare to v5.1.0#544

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/cloudflare-5.x
May 6, 2026
Merged

chore(deps): update dependency cloudflare to v5.1.0#544
renovate[bot] merged 1 commit intomainfrom
renovate/cloudflare-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 6, 2026

This PR contains the following updates:

Package Change Age Confidence
cloudflare ==5.0.0==5.1.0 age confidence

Release Notes

cloudflare/cloudflare-python (cloudflare)

v5.1.0

Compare Source

Full Changelog: v5.0.0...v5.1.0

Features
  • security_center: add audit_logs, classification, and context sub-resources to insights (ed7d261)
  • zero_trust: add deployment_groups sub-resource to devices (7121a55)
  • aisearch: update generated types and methods (54b87759)
  • email_security: update generated types and methods (23a979df)
  • radar: update generated types and methods (b48274ef)
  • zones: update generated types and methods (f0a54099)
Security Center - New Insights Sub-Resources

AuditLogs (client.security_center.insights.audit_logs)

  • list(*, account_id, zone_id, **params) -> SyncCursorPagination[AuditLogListResponse]
  • list_by_insight(issue_id, *, account_id, zone_id, **params) -> SyncCursorPagination[AuditLogListByInsightResponse]

New types:

from cloudflare.types.security_center.insights import (
    AuditLogListResponse,
    AuditLogListByInsightResponse,
)

Classification (client.security_center.insights.classification)

  • update(issue_id, *, account_id, zone_id, **params) -> ClassificationUpdateResponse

New types:

from cloudflare.types.security_center.insights import ClassificationUpdateResponse

Context (client.security_center.insights.context)

  • get(issue_id, *, account_id) -> Optional[ContextGetResponse]

New types:

from cloudflare.types.security_center.insights import ContextGetResponse
Zero Trust - Device Deployment Groups

New sub-resource client.zero_trust.devices.deployment_groups:

  • create(*, account_id, **params) -> DeploymentGroup
  • list(*, account_id, **params) -> SyncV4PagePaginationArray[DeploymentGroup]
  • delete(group_id, *, account_id) -> DeploymentGroupDeleteResponse
  • edit(group_id, *, account_id, **params) -> DeploymentGroup
  • get(group_id, *, account_id) -> DeploymentGroup

New types:

from cloudflare.types.zero_trust.devices import DeploymentGroup, DeploymentGroupDeleteResponse

Configuration

📅 Schedule: (UTC)

  • 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 added the dependencies Third-party library dependencies. label May 6, 2026
@renovate renovate Bot enabled auto-merge (squash) May 6, 2026 22:25
@renovate renovate Bot merged commit ec6128e into main May 6, 2026
13 checks passed
@renovate renovate Bot deleted the renovate/cloudflare-5.x branch May 6, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Third-party library dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants