Skip to content

deps(python): bump the pip group across 1 directory with 5 updates - #390

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/dependencies/python/pip-bb1f4c363d
Sep 14, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/dependencies/python/pip-bb1f4c363d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown

Bumps the pip group with 5 updates in the /dependencies/python directory:

Package From To
snakemake 9.26.1 9.27.0
cfn-lint 1.56.1 1.56.3
checkov 3.3.16 3.3.17
zizmor 1.30.0 1.30.1
ruff 0.16.6 0.16.7

Updates snakemake from 9.26.1 to 9.27.0

Release notes

Sourced from snakemake's releases.

v9.27.0

9.27.0 (2026-09-11)

Features

Bug Fixes

  • guard is_edit_notebook_job check to prevent crash (#4305) (c214a97)
  • Use intended executor for workflow validation in 'dryrun/touch' modes (#3975) (73927a4)
Changelog

Sourced from snakemake's changelog.

9.27.0 (2026-09-11)

Features

Bug Fixes

  • guard is_edit_notebook_job check to prevent crash (#4305) (c214a97)
  • Use intended executor for workflow validation in 'dryrun/touch' modes (#3975) (73927a4)
Commits
  • ca4a762 chore(main): release 9.27.0 (#4299)
  • c214a97 fix: guard is_edit_notebook_job check to prevent crash (#4305)
  • 9ab925e chore: add pip to dockerfile, update readme
  • 73927a4 fix: Use intended executor for workflow validation in 'dryrun/touch' modes (#...
  • 35ab042 build(deps): bump the dependencies group across 1 directory with 2 updates (#...
  • d6f82cb feat: show diffs in unit tests (#4289)
  • See full diff in compare view

Updates cfn-lint from 1.56.1 to 1.56.3

Release notes

Sourced from cfn-lint's releases.

Release v1.56.3

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.56.2...v1.56.3

Release v1.56.2

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.56.1...v1.56.2

Changelog

Sourced from cfn-lint's changelog.

v1.56.3

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.56.2...v1.56.3

v1.56.2

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.56.1...v1.56.2

Commits
  • 5caad1e Release v1.56.3 (#4699)
  • fb6da9d fix: resolved Fn::FindInMap should not share identity (W1101 false positive) ...
  • 875c544 Update CloudFormation schemas to 2026-09-10 (#4691)
  • e239754 fix: report clean error for Fn::GetAtt string form without an attribute (#4696)
  • 33cae2d fix: report out-of-bounds Fn::Select on a literal list (#4695)
  • 3a3a240 fix: scope W1028 to enclosing Fn::If pins (#4690)
  • a4ed5bb Release v1.56.2 (#4689)
  • 59e1aa4 Allow Fn::GetAZs in Fn::Join values (#4677)
  • 73c89e1 Avoid maxProperties limit warnings for single-property schemas (#4686)
  • bfa4984 fix(lambda): Raise E2529 CloudWatch Logs subscription filter limit to 5 (#4688)
  • Additional commits viewable in compare view

Updates checkov from 3.3.16 to 3.3.17

Release notes

Sourced from checkov's releases.

3.3.17

Bug Fix

  • general: honour scope.provider for platform-downloaded custom po… - #7677
Changelog

Sourced from checkov's changelog.

3.3.17 - 2026-09-10

Bug Fix

  • general: honour scope.provider for platform-downloaded custom po… - #7677
Commits
  • f682444 fix(general): honour scope.provider for platform-downloaded custom po… (#7677)
  • ba421a3 fix(general): honour scope.provider for platform-downloaded custom po… (#7677)
  • d8aec9d chore: update release notes
  • See full diff in compare view

Updates zizmor from 1.30.0 to 1.30.1

Release notes

Sourced from zizmor's releases.

v1.30.1

Sponsorship is appreciated!

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would crash on pre-commit inputs that reference a GitHub URL with an explicit .git suffix (#2363)

  • Fixed a bug where self-repository auto-fixes were incorrectly marked as "safe" instead of "unsafe" (#2373)

Changelog

Sourced from zizmor's changelog.

1.30.1

Bug Fixes 🐛

  • Fixed a bug where zizmor would crash on pre-commit inputs that reference a GitHub URL with an explicit .git suffix (#2363)

  • Fixed a bug where [self-repository] auto-fixes were incorrectly marked as "safe" instead of "unsafe" (#2373)

Commits

Updates ruff from 0.16.6 to 0.16.7

Release notes

Sourced from ruff's releases.

0.16.7

Release Notes

Released on 2026-09-10.

Preview features

  • [ruff] Add rule for default values on method receivers (RUF077) (#26700)
  • [ruff] Recognize re.prefixmatch (RUF039, RUF055) (#28311)

Bug fixes

  • Alternate nested quotes inside format spec interpolations (#28259)
  • [flake8-implicit-str-concat] Mark fix unsafe when it creates a docstring (ISC003) (#27981)
  • [flake8-tidy-imports] Skip fixes for multi-member imports (TID254) (#26584)
  • [pylint] Gate ImportCycleError on Python 3.15 (PLW0133) (#28310)

Rule changes

  • Correct D211 and D203 rule conflict diagnostic (#28444)
  • Recognize slice and frozendict generics (#28477)
  • Stop defining __cached__ for Python 3.15 (#28476)
  • [pyupgrade] Stop recommending removed typing.no_type_check_decorator (UP035) (#28475)

Performance

  • Reuse parser name lookups when interning (#28399)
  • Speed up inherited configuration resolution (#28299)

Documentation

  • Fix line-length path in --config example (#28392)
  • Remove the "Who’s Using Ruff?" list (#28455)

Other changes

  • Embed archive checksums in the shell installer (#28281)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.7

Released on 2026-09-10.

Preview features

  • [ruff] Add rule for default values on method receivers (RUF077) (#26700)
  • [ruff] Recognize re.prefixmatch (RUF039, RUF055) (#28311)

Bug fixes

  • Alternate nested quotes inside format spec interpolations (#28259)
  • [flake8-implicit-str-concat] Mark fix unsafe when it creates a docstring (ISC003) (#27981)
  • [flake8-tidy-imports] Skip fixes for multi-member imports (TID254) (#26584)
  • [pylint] Gate ImportCycleError on Python 3.15 (PLW0133) (#28310)

Rule changes

  • Correct D211 and D203 rule conflict diagnostic (#28444)
  • Recognize slice and frozendict generics (#28477)
  • Stop defining __cached__ for Python 3.15 (#28476)
  • [pyupgrade] Stop recommending removed typing.no_type_check_decorator (UP035) (#28475)

Performance

  • Reuse parser name lookups when interning (#28399)
  • Speed up inherited configuration resolution (#28299)

Documentation

  • Fix line-length path in --config example (#28392)
  • Remove the "Who’s Using Ruff?" list (#28455)

Other changes

  • Embed archive checksums in the shell installer (#28281)

Contributors

... (truncated)

Commits

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 group with 5 updates in the /dependencies/python directory:

| Package | From | To |
| --- | --- | --- |
| [snakemake](https://github.com/snakemake/snakemake) | `9.26.1` | `9.27.0` |
| [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.56.1` | `1.56.3` |
| [checkov](https://github.com/bridgecrewio/checkov) | `3.3.16` | `3.3.17` |
| [zizmor](https://github.com/zizmorcore/zizmor) | `1.30.0` | `1.30.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.16.6` | `0.16.7` |



Updates `snakemake` from 9.26.1 to 9.27.0
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](snakemake/snakemake@v9.26.1...v9.27.0)

Updates `cfn-lint` from 1.56.1 to 1.56.3
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v1.56.1...v1.56.3)

Updates `checkov` from 3.3.16 to 3.3.17
- [Release notes](https://github.com/bridgecrewio/checkov/releases)
- [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md)
- [Commits](bridgecrewio/checkov@3.3.16...3.3.17)

Updates `zizmor` from 1.30.0 to 1.30.1
- [Release notes](https://github.com/zizmorcore/zizmor/releases)
- [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md)
- [Commits](zizmorcore/zizmor@v1.30.0...v1.30.1)

Updates `ruff` from 0.16.6 to 0.16.7
- [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.6...0.16.7)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-version: 9.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: cfn-lint
  dependency-version: 1.56.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: checkov
  dependency-version: 3.3.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: zizmor
  dependency-version: 1.30.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-version: 0.16.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

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 Sep 14, 2026
@github-actions
github-actions Bot merged commit f99ff7f into main Sep 14, 2026
23 of 29 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/dependencies/python/pip-bb1f4c363d branch September 14, 2026 17:16
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