From bb9deca381861d0888727aa5c4e4d717e68edbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:59:24 +0000 Subject: [PATCH] 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] --- dependencies/python/ansible-lint.txt | 2 +- dependencies/python/cfn-lint.txt | 2 +- dependencies/python/checkov.txt | 2 +- dependencies/python/mypy.txt | 2 +- dependencies/python/nbqa.txt | 2 +- dependencies/python/pylint.txt | 2 +- dependencies/python/ruff.txt | 2 +- dependencies/python/snakemake.txt | 2 +- dependencies/python/sqlfluff.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies/python/ansible-lint.txt b/dependencies/python/ansible-lint.txt index 8d296319..a5c17e9c 100644 --- a/dependencies/python/ansible-lint.txt +++ b/dependencies/python/ansible-lint.txt @@ -1 +1 @@ -ansible-lint==24.10.0 +ansible-lint==24.12.2 diff --git a/dependencies/python/cfn-lint.txt b/dependencies/python/cfn-lint.txt index d11610f1..bc3979a0 100644 --- a/dependencies/python/cfn-lint.txt +++ b/dependencies/python/cfn-lint.txt @@ -1 +1 @@ -cfn-lint==1.19.0 +cfn-lint==1.22.2 diff --git a/dependencies/python/checkov.txt b/dependencies/python/checkov.txt index 16c1d2c7..2bb0b281 100644 --- a/dependencies/python/checkov.txt +++ b/dependencies/python/checkov.txt @@ -1 +1 @@ -checkov==3.2.295 +checkov==3.2.343 diff --git a/dependencies/python/mypy.txt b/dependencies/python/mypy.txt index a2d19eba..886d5739 100644 --- a/dependencies/python/mypy.txt +++ b/dependencies/python/mypy.txt @@ -1 +1 @@ -mypy==1.13.0 +mypy==1.14.0 diff --git a/dependencies/python/nbqa.txt b/dependencies/python/nbqa.txt index a3faa232..5b46c9d3 100644 --- a/dependencies/python/nbqa.txt +++ b/dependencies/python/nbqa.txt @@ -1 +1 @@ -nbqa==1.9.0 +nbqa==1.9.1 diff --git a/dependencies/python/pylint.txt b/dependencies/python/pylint.txt index 55f1fd50..62cdbba5 100644 --- a/dependencies/python/pylint.txt +++ b/dependencies/python/pylint.txt @@ -1 +1 @@ -pylint==3.3.1 +pylint==3.3.2 diff --git a/dependencies/python/ruff.txt b/dependencies/python/ruff.txt index a8827cb9..cd4e5668 100644 --- a/dependencies/python/ruff.txt +++ b/dependencies/python/ruff.txt @@ -1 +1 @@ -ruff==0.7.3 +ruff==0.8.4 diff --git a/dependencies/python/snakemake.txt b/dependencies/python/snakemake.txt index 61a63408..35188a8f 100644 --- a/dependencies/python/snakemake.txt +++ b/dependencies/python/snakemake.txt @@ -1 +1 @@ -snakemake==8.25.3 +snakemake==8.25.5 diff --git a/dependencies/python/sqlfluff.txt b/dependencies/python/sqlfluff.txt index d91c74ef..c46a3865 100644 --- a/dependencies/python/sqlfluff.txt +++ b/dependencies/python/sqlfluff.txt @@ -1 +1 @@ -sqlfluff==3.2.5 +sqlfluff==3.3.0