mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-21 20:22:11 -05:00
deps(python): bump the pip group across 1 directory with 9 updates
Bumps the pip group with 9 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.7.3` | `0.8.4` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.295` | `3.2.343` | | [ansible-lint](https://github.com/ansible/ansible-lint) | `24.10.0` | `24.12.2` | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.19.0` | `1.22.2` | | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | `3.2.5` | `3.3.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.2` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.0` | | [nbqa](https://github.com/nbQA-dev/nbQA) | `1.9.0` | `1.9.1` | | [snakemake](https://github.com/snakemake/snakemake) | `8.25.3` | `8.25.5` | Updates `ruff` from 0.7.3 to 0.8.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.3...0.8.4) Updates `checkov` from 3.2.295 to 3.2.343 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](https://github.com/bridgecrewio/checkov/compare/3.2.295...3.2.343) Updates `ansible-lint` from 24.10.0 to 24.12.2 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.10.0...v24.12.2) Updates `cfn-lint` from 1.19.0 to 1.22.2 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-cloudformation/cfn-lint/compare/v1.19.0...v1.22.2) Updates `sqlfluff` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlfluff/sqlfluff/compare/3.2.5...3.3.0) Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2) Updates `mypy` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) Updates `nbqa` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/nbQA-dev/nbQA/releases) - [Changelog](https://github.com/nbQA-dev/nbQA/blob/main/docs/history.rst) - [Commits](https://github.com/nbQA-dev/nbQA/compare/1.9.0...1.9.1) Updates `snakemake` from 8.25.3 to 8.25.5 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](https://github.com/snakemake/snakemake/compare/v8.25.3...v8.25.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: checkov dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: cfn-lint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sqlfluff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: nbqa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakemake dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
469f30eb53
commit
bb9deca381
9 changed files with 9 additions and 9 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -1 +1 @@
|
|||
ansible-lint==24.10.0
|
||||
ansible-lint==24.12.2
|
||||
|
|
2
dependencies/python/cfn-lint.txt
vendored
2
dependencies/python/cfn-lint.txt
vendored
|
@ -1 +1 @@
|
|||
cfn-lint==1.19.0
|
||||
cfn-lint==1.22.2
|
||||
|
|
2
dependencies/python/checkov.txt
vendored
2
dependencies/python/checkov.txt
vendored
|
@ -1 +1 @@
|
|||
checkov==3.2.295
|
||||
checkov==3.2.343
|
||||
|
|
2
dependencies/python/mypy.txt
vendored
2
dependencies/python/mypy.txt
vendored
|
@ -1 +1 @@
|
|||
mypy==1.13.0
|
||||
mypy==1.14.0
|
||||
|
|
2
dependencies/python/nbqa.txt
vendored
2
dependencies/python/nbqa.txt
vendored
|
@ -1 +1 @@
|
|||
nbqa==1.9.0
|
||||
nbqa==1.9.1
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -1 +1 @@
|
|||
pylint==3.3.1
|
||||
pylint==3.3.2
|
||||
|
|
2
dependencies/python/ruff.txt
vendored
2
dependencies/python/ruff.txt
vendored
|
@ -1 +1 @@
|
|||
ruff==0.7.3
|
||||
ruff==0.8.4
|
||||
|
|
2
dependencies/python/snakemake.txt
vendored
2
dependencies/python/snakemake.txt
vendored
|
@ -1 +1 @@
|
|||
snakemake==8.25.3
|
||||
snakemake==8.25.5
|
||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -1 +1 @@
|
|||
sqlfluff==3.2.5
|
||||
sqlfluff==3.3.0
|
||||
|
|
Loading…
Reference in a new issue