Skip to content

Bump crowdstrike-falconpy from 1.5.0 to 1.6.0#258

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/crowdstrike-falconpy-1.6.0
Open

Bump crowdstrike-falconpy from 1.5.0 to 1.6.0#258
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/crowdstrike-falconpy-1.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps crowdstrike-falconpy from 1.5.0 to 1.6.0.

Release notes

Sourced from crowdstrike-falconpy's releases.

Version 1.6.0

FalconPy v1.6.0

This update drops Python 3.7 support.

  • Updated unit tests

Unit test coverage

Name                                                                    Stmts   Miss  Cover
-------------------------------------------------------------------------------------------
src/falconpy/__init__.py                                                  131      0   100%
src/falconpy/_api_request/__init__.py                                       7      0   100%
src/falconpy/_api_request/_request.py                                     112      0   100%
src/falconpy/_api_request/_request_behavior.py                             64      0   100%
src/falconpy/_api_request/_request_connection.py                            8      0   100%
src/falconpy/_api_request/_request_meta.py                                 26      0   100%
src/falconpy/_api_request/_request_payloads.py                              8      0   100%
src/falconpy/_api_request/_request_validator.py                             6      0   100%
src/falconpy/_auth_object/__init__.py                                       6      0   100%
src/falconpy/_auth_object/_base_falcon_auth.py                             13      0   100%
src/falconpy/_auth_object/_bearer_token.py                                 63      0   100%
src/falconpy/_auth_object/_falcon_interface.py                            279      5    98%
src/falconpy/_auth_object/_interface_config.py                             40      0   100%
src/falconpy/_auth_object/_uber_interface.py                               51      0   100%
src/falconpy/_constant/__init__.py                                         12      0   100%
src/falconpy/_endpoint/__init__.py                                        276      0   100%
src/falconpy/_endpoint/_alerts.py                                           1      0   100%
src/falconpy/_endpoint/_api_integrations.py                                 1      0   100%
src/falconpy/_endpoint/_aspm.py                                             1      0   100%
src/falconpy/_endpoint/_cao_hunting.py                                      1      0   100%
src/falconpy/_endpoint/_case_management.py                                  1      0   100%
src/falconpy/_endpoint/_certificate_based_exclusions.py                     1      0   100%
src/falconpy/_endpoint/_cloud_aws_registration.py                           1      0   100%
src/falconpy/_endpoint/_cloud_azure_registration.py                         1      0   100%
src/falconpy/_endpoint/_cloud_connect_aws.py                                1      0   100%
src/falconpy/_endpoint/_cloud_google_cloud_registration.py                  1      0   100%
src/falconpy/_endpoint/_cloud_oci_registration.py                           1      0   100%
src/falconpy/_endpoint/_cloud_policies.py                                   1      0   100%
src/falconpy/_endpoint/_cloud_security.py                                   1      0   100%
src/falconpy/_endpoint/_cloud_security_assets.py                            1      0   100%
src/falconpy/_endpoint/_cloud_security_compliance.py                        1      0   100%
src/falconpy/_endpoint/_cloud_security_detections.py                        1      0   100%
src/falconpy/_endpoint/_cloud_snapshots.py                                  1      0   100%
src/falconpy/_endpoint/_configuration_assessment.py                         1      0   100%
src/falconpy/_endpoint/_configuration_assessment_evaluation_logic.py        1      0   100%
src/falconpy/_endpoint/_container_alerts.py                                 1      0   100%
src/falconpy/_endpoint/_container_detections.py                             1      0   100%
src/falconpy/_endpoint/_container_image_compliance.py                       1      0   100%
src/falconpy/_endpoint/_container_images.py                                 1      0   100%
src/falconpy/_endpoint/_container_packages.py                               1      0   100%
</tr></table> 

... (truncated)

Changelog

Sourced from crowdstrike-falconpy's changelog.

Version 1.6.0

Other

  • Dropped: Support for Python version 3.7. Developers using this version of Python should pin to versions below 1.6.0.

    Unit testing adjusted to reflect supported versions.

    • .github/workflows/unit_testing_ubuntu.yml
    • pyproject.toml
    • README.md
    • SECURITY.md

Version 1.5.5

Added features and functionality

  • Added: Added "SPL", "AI translated" and "all" as allowed values for the language argument in the GetArchiveExport operation within the CAO Hunting service collection.

    • _endpoint/_cao_hunting.py
    • cao_hunting.py
  • Added: Added include_translated_content argument to the GetIntelligenceQueries operation within the CAO Hunting service collection.

    • _endpoint/_cao_hunting.py
    • cao_hunting.py
  • Added: Added three new operations to the CAO Hunting service collection.

    • AggregateHuntingGuides
    • GetHuntingGuides
    • SearchHuntingGuides
    • _endpoint/_cao_hunting.py
    • cao_hunting.py

    Unit testing expanded to complete code coverage.

    • tests/test_cao_hunting.py
  • Added: Added the new Case Management service collection with 48 operations.

    • aggregates_file_details_post_v1
    • combined_file_details_get_v1
    • entities_file_details_get_v1
    • entities_file_details_patch_v1
    • entities_files_bulk_download_post_v1
    • entities_files_download_get_v1
    • entities_files_upload_post_v1
    • entities_files_delete_v1
    • queries_file_details_get_v1
    • aggregates_notification_groups_post_v1
    • aggregates_notification_groups_post_v2
    • aggregates_slas_post_v1
    • aggregates_templates_post_v1
    • entities_fields_get_v1
    • entities_notification_groups_get_v1
    • entities_notification_groups_post_v1
    • entities_notification_groups_patch_v1
    • entities_notification_groups_delete_v1
    • entities_notification_groups_get_v2
    • entities_notification_groups_post_v2

... (truncated)

Commits
  • 83633cb Bump version -> 1.6.0
  • f892d46 Add Cloud Security service collection
  • 0d711aa Removed Datascanner service collection
  • c379f71 Update SaaS Security service collection. Add new parameter to 1 operation
  • 4fa88c7 Update Recon service collection. Add new sort options to 1 operation
  • eb04535 Update Intelligence Indicator Graph. Adding available filter values to operation
  • 4d30d89 Update Hosts service collection. Add new sort values in 2 operations
  • 1e8f0f4 Update Host Migration service collection. Update endpoint filter, sort ordering
  • 7c69ee8 Update Falcon Container service collection. Update resource options in operation
  • 5168780 Add 1 new operation to the Downloads service collection
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [crowdstrike-falconpy](https://github.com/CrowdStrike/falconpy) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/CrowdStrike/falconpy/releases)
- [Changelog](https://github.com/CrowdStrike/falconpy/blob/main/CHANGELOG.md)
- [Commits](CrowdStrike/falconpy@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: crowdstrike-falconpy
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 5, 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