chore(deps): bump the python-deps group across 1 directory with 6 updates - #29
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-deps group across 1 directory with 6 updates#29dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the python-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.16.3` | `0.16.5` | | [crowdstrike-falconpy](https://github.com/CrowdStrike/falconpy) | `1.6.4` | `1.6.5` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.4` | `2.13.5` | | [pygithub](https://github.com/pygithub/pygithub) | `2.9.1` | `2.10.0` | | [slack-sdk](https://github.com/slackapi/python-slack-sdk) | `3.43.0` | `3.44.0` | | [click](https://github.com/pallets/click) | `8.4.2` | `8.5.0` | Updates `ruff` from 0.16.3 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.3...0.16.5) Updates `crowdstrike-falconpy` from 1.6.4 to 1.6.5 - [Release notes](https://github.com/CrowdStrike/falconpy/releases) - [Changelog](https://github.com/CrowdStrike/falconpy/blob/main/CHANGELOG.md) - [Commits](CrowdStrike/falconpy@v1.6.4...v1.6.5) Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.4...v2.13.5) Updates `pygithub` from 2.9.1 to 2.10.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.9.1...v2.10.0) Updates `slack-sdk` from 3.43.0 to 3.44.0 - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](slackapi/python-slack-sdk@v3.43.0...v3.44.0) Updates `click` from 8.4.2 to 8.5.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.4.2...8.5.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: crowdstrike-falconpy dependency-version: 1.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pygithub dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: slack-sdk dependency-version: 3.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-deps group with 6 updates in the / directory:
0.16.30.16.51.6.41.6.52.13.42.13.52.9.12.10.03.43.03.44.08.4.28.5.0Updates
rufffrom 0.16.3 to 0.16.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9e4938cBump 0.16.5 (#28110)aad0e90Allow rules without codes (#28049)5fdab73Update preview default rules and categories (#27877)29c8e5bDocument rule acceptance guidelines (#27910)50a4d7fDocument the new category selectors (#27906)ada8795Introduce category selectors (#27666)d894723[ty] Infer lambda parameters through callable type aliases (#28109)2685fde[ty] Narrow functional enum members in==andmatch(#28103)efcffd2[ty] Intersection simplifications with subtype-related generic specialization...eb78048[ty] Bump ecosystem-analyzer for HTML escaping (#28104)Updates
crowdstrike-falconpyfrom 1.6.4 to 1.6.5Release notes
Sourced from crowdstrike-falconpy's releases.
... (truncated)
Changelog
Sourced from crowdstrike-falconpy's changelog.
... (truncated)
Commits
3fcd8daSend an explicitly provided empty exclusion list2330d8cUpdate _version.py5cdada2Add US-3 and USGOV-2 ingest base URLs3fe2063Accept us-3 as a dashed region name694b8ebStop Context Authentication overriding an explicit base_urlb628a7fEncode path parameters as single URL segments017f84dDocument Intel malware query filter timestamp formatbebeffdFix post-generation lint and docstring issues7445264Regenerate type stubs7644325Update Workflows: decommission 1 operationUpdates
pydanticfrom 2.13.4 to 2.13.5Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
001dea0Bumppypa/gh-action-pypi-publishaction to v1.14.2558379fBump twine to v7.0.02cfd5d3Do not check for docs builda735beeFix more Clippy lints7eed4a1Fix Clippy 0.1.95 warningsb353bbbPrepare release v2.13.563d2cccCount validated model fields once in smart unionsa53ec2eSpeed up PyPy CI testsd65e0f9Workaround circular import error in Mypy47a6dbfFix missing GC traversal inpydantic-coreforGeneralFieldsSerializerUpdates
pygithubfrom 2.9.1 to 2.10.0Release notes
Sourced from pygithub's releases.
... (truncated)
Changelog
Sourced from pygithub's changelog.
... (truncated)
Commits
5cdf6abRelease 2.10.0 (#3560)33071b3Fix lazy retrieval of latest tag name (#3487)4f8674bFix OrganizationSecret.edit() to seal the value and use PUT (#3529)c63d09edocs: add example for uploading multiple files in a single commit (#3545)4785224Fix OAuth2 authorizationstate/code_verifierparameters (#3440)134f38aAllow creating custom property with values_editable_by param (#3548)5f707d6FixWorkflowRunschema suggestion (#3559)8280929docs: add exception handling example (#3543)c15572fFix doubled slash in request path forbase_urlwith trailing slash (#3537)162ce9dAddreturn_run_detailsparameter toWorkflow.create_dispatch(#3471)Updates
slack-sdkfrom 3.43.0 to 3.44.0Release notes
Sourced from slack-sdk's releases.
Commits
49101efchore(release): version 3.44.0 (#1947)8e60528feat(web-api): add session_status to chat.stopStream and chat_stream stop() h...21f62bafeat(web-api): add blocks.validate method (#1946)ac312d4feat(web-api): add agents.sessions.setStatus and agents.sessions.rename (#1942)bfb098afix(socket-mode): only release connect_operation_lock when this task acquired...7294cf4feat(models): add typed model classes for TableBlock cells and column_setting...ae87985fix(models): type CardBlock icon/hero_image as image element (not str) (#1937)c2eacc2chore(deps): bump click from 8.0.4 to 8.4.2 (#1935)ae30a65chore(deps): bump actions/stale from 10.3.0 to 11.0.0 (#1930)9b9a497chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (#1928)Updates
clickfrom 8.4.2 to 8.5.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.