Skip to content

Bump the pip-deps group across 1 directory with 2 updates#2708

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/traefik-utils/pip-deps-6b104cdf5e
Open

Bump the pip-deps group across 1 directory with 2 updates#2708
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/traefik-utils/pip-deps-6b104cdf5e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the pip-deps group with 2 updates in the /traefik-utils directory: boto3 and cloudflare.

Updates boto3 from 1.43.41 to 1.43.47

Commits
  • 11b9978 Merge branch 'release-1.43.47'
  • 2a7cd54 Bumping version to 1.43.47
  • 16f140d Add changelog entries from botocore
  • c7888d6 Merge branch 'release-1.43.46'
  • 7db70ea Merge branch 'release-1.43.46' into develop
  • 1479621 Bumping version to 1.43.46
  • 54abdb4 Add changelog entries from botocore
  • 75de637 Merge branch 'release-1.43.45'
  • d3449aa Merge branch 'release-1.43.45' into develop
  • 497253d Bumping version to 1.43.45
  • Additional commits viewable in compare view

Updates cloudflare from 5.4.0 to 5.5.0

Release notes

Sourced from cloudflare's releases.

v5.5.0

5.5.0 (2026-07-10)

Full Changelog: v5.4.0...v5.5.0

Breaking Changes

  • ssl: The recommendations sub-resource has been removed. client.ssl.recommendations.get() and the RecommendationGetResponse type are no longer available.
  • email_routing: The list method has been removed from client.email_routing.rules. Only create, update, delete, and get remain. The RuleListParams type has been removed.
  • zero_trust: The UserPolicyCheckGeo type has been removed from cloudflare.types.zero_trust.access.applications. The geo information is now inlined as UserIdentityGeo within UserPolicyCheckListResponse.
  • zero_trust: The pagination type for client.zero_trust.devices.ip_profiles.list() changed from SyncSinglePage to SyncV4PagePaginationArray. Code that relied on single-page iteration semantics may need adjustment.
  • aisearch: The SourceParamsWebCrawlerStoreOptions type and the store_options field on SourceParamsWebCrawler have been removed from instance create/update params and responses. The parse_type enum value "feed-rss" has been removed (only "sitemap" and "crawl" remain). The search_query field on InstanceSearchResponse and NamespaceSearchResponse changed from required str to Optional[str]. A new required query_kind field (Literal["text", "image", "multimodal"]) has been added to search responses.
  • zero_trust: In Organization and related params, MfaSSHPivKeyRequirements has been renamed to MfaPivKeyRequirements, the mfa_ssh_piv_key_requirements field has been renamed to mfa_piv_key_requirements, and the allowed_authenticators enum value "ssh_piv_key" has been changed to "piv_key".

Features

  • email_auth: add email_auth resource (43fb66a)
  • moq: add moq resource (c409a18)
  • logs: add log_explorer sub-resource with query, datasets, and available datasets (b8896ca)
  • email_security: add bulk message operations to investigate (e96350d)
  • aisearch: add multimodal support with image_url content parts and new @cf/qwen/qwen3-vl-embedding-2b embedding model (de12426)
  • zero_trust: add Worker destination types (WorkerDestination, PreviewWorkerDestination, AllWorkersDestination, AllPreviewWorkersDestination) to Access applications and eager_redirect_cookie_setting field to self-hosted applications (de12426)
  • magic_transit: add primary and site_id fields to connector create/edit params (de12426)
  • rulesets: add Vary cache settings with ActionParametersVary, ActionParametersVaryDefault, and ActionParametersVaryHeaders types (de12426)
  • cloudforce_one: threat_events.datasets.list() now accepts optional params (de12426)
  • email_security: add expected_disposition param to investigate.move.create() and investigate.move.bulk() (de12426)
  • email_routing: add support_subaddress field to Settings response type (de12426)
  • zero_trust: add max_ttl_secs field to GatewayConfigurationSettings and new MaxTTL type to gateway Location for DNS TTL cap control (de12426)
  • zero_trust: add GlobalAcceleration type to default and custom device policy settings (de12426)
  • accounts: add category field to PermissionGroupGetResponse and PermissionGroupListResponse for account and user tokens (de12426)

New Resources

EmailAuth (client.email_auth)

DMARC report management and SPF inspection for email authentication.

DMARCReports (client.email_auth.dmarc_reports)

  • edit(*, zone_id, **params) -> Optional[DMARCReportEditResponse]
  • get(*, zone_id) -> Optional[DMARCReportGetResponse]

New types:

from cloudflare.types.email_auth import DMARCReportEditResponse, DMARCReportGetResponse

SPF Inspect (client.email_auth.spf.inspect)

  • get(*, zone_id, **params) -> Optional[InspectGetResponse]

... (truncated)

Changelog

Sourced from cloudflare's changelog.

5.5.0 (2026-07-10)

Full Changelog: v5.4.0...v5.5.0

Breaking Changes

  • ssl: The recommendations sub-resource has been removed. client.ssl.recommendations.get() and the RecommendationGetResponse type are no longer available.
  • email_routing: The list method has been removed from client.email_routing.rules. Only create, update, delete, and get remain. The RuleListParams type has been removed.
  • zero_trust: The UserPolicyCheckGeo type has been removed from cloudflare.types.zero_trust.access.applications. The geo information is now inlined as UserIdentityGeo within UserPolicyCheckListResponse.
  • zero_trust: The pagination type for client.zero_trust.devices.ip_profiles.list() changed from SyncSinglePage to SyncV4PagePaginationArray. Code that relied on single-page iteration semantics may need adjustment.
  • aisearch: The SourceParamsWebCrawlerStoreOptions type and the store_options field on SourceParamsWebCrawler have been removed from instance create/update params and responses. The parse_type enum value "feed-rss" has been removed (only "sitemap" and "crawl" remain). The search_query field on InstanceSearchResponse and NamespaceSearchResponse changed from required str to Optional[str]. A new required query_kind field (Literal["text", "image", "multimodal"]) has been added to search responses.
  • zero_trust: In Organization and related params, MfaSSHPivKeyRequirements has been renamed to MfaPivKeyRequirements, the mfa_ssh_piv_key_requirements field has been renamed to mfa_piv_key_requirements, and the allowed_authenticators enum value "ssh_piv_key" has been changed to "piv_key".

Features

  • email_auth: add email_auth resource (43fb66a)
  • moq: add moq resource (c409a18)
  • logs: add log_explorer sub-resource with query, datasets, and available datasets (b8896ca)
  • email_security: add bulk message operations to investigate (e96350d)
  • aisearch: add multimodal support with image_url content parts and new @cf/qwen/qwen3-vl-embedding-2b embedding model (de12426)
  • zero_trust: add Worker destination types (WorkerDestination, PreviewWorkerDestination, AllWorkersDestination, AllPreviewWorkersDestination) to Access applications and eager_redirect_cookie_setting field to self-hosted applications (de12426)
  • magic_transit: add primary and site_id fields to connector create/edit params (de12426)
  • rulesets: add Vary cache settings with ActionParametersVary, ActionParametersVaryDefault, and ActionParametersVaryHeaders types (de12426)
  • cloudforce_one: threat_events.datasets.list() now accepts optional params (de12426)
  • email_security: add expected_disposition param to investigate.move.create() and investigate.move.bulk() (de12426)
  • email_routing: add support_subaddress field to Settings response type (de12426)
  • zero_trust: add max_ttl_secs field to GatewayConfigurationSettings and new MaxTTL type to gateway Location for DNS TTL cap control (de12426)
  • zero_trust: add GlobalAcceleration type to default and custom device policy settings (de12426)
  • accounts: add category field to PermissionGroupGetResponse and PermissionGroupListResponse for account and user tokens (de12426)

New Resources

EmailAuth (client.email_auth)

DMARC report management and SPF inspection for email authentication.

DMARCReports (client.email_auth.dmarc_reports)

  • edit(*, zone_id, **params) -> Optional[DMARCReportEditResponse]
  • get(*, zone_id) -> Optional[DMARCReportGetResponse]

New types:

from cloudflare.types.email_auth import DMARCReportEditResponse, DMARCReportGetResponse

SPF Inspect (client.email_auth.spf.inspect)

  • get(*, zone_id, **params) -> Optional[InspectGetResponse]

... (truncated)

Commits
  • 87ec5d0 Merge pull request #2739 from cloudflare/release/5.5.0
  • 484b6d3 release: 5.5.0
  • cb5a2c5 fix(ci): allow test failure and reduce timeout to 15 minutes
  • a68de84 chore: add changelog and bump version to 5.5.0
  • d491bea Build SDK
  • 82fe7fe Build SDK
  • 96372c8 fix(ci): run pytest in parallel with -n auto
  • 70b50a5 fix(ci): use node image on container runner with uv installed at runtime
  • fc79c3d fix(ci): use smaller vm runner tag and increase test timeout to 1 hour
  • d710b5a fix(ci): run test job on vm runner with nodejs npm lsof installed
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-deps group with 2 updates in the /traefik-utils directory: [boto3](https://github.com/boto/boto3) and [cloudflare](https://github.com/cloudflare/cloudflare-python).


Updates `boto3` from 1.43.41 to 1.43.47
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.41...1.43.47)

Updates `cloudflare` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/cloudflare/cloudflare-python/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-python/blob/main/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-python@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: cloudflare
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 13, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants