From ada95c73ba7829c197422b35677142ce698824ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:30:28 +0000 Subject: [PATCH 1/2] python-deps(deps-dev): bump the python-dependencies group with 1 update Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. Updates `pyright` to 1.1.356 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.355...v1.1.356) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e34e976f..5cf4d8eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ poetry = ">=1.8.0" pre-commit = ">=2.20.0" pre-commit-update = ">=0.1.3" pylint = {extras = ["spelling"], version = "3.1.0"} # Update this by running scripts/update_development_dependencies.py -pyright = "1.1.355" # Update this by running scripts/update_development_dependencies.py +pyright = "1.1.356" # Update this by running scripts/update_development_dependencies.py pyroma = ">=4.2" pytest = ">=7.1.2" pytest-cov = ">=3.0.0" From 3c643e2700c6704a1a31bfceb3caa90fb7528935 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Mon, 1 Apr 2024 03:33:31 +0000 Subject: [PATCH 2/2] ci: Update python linters and pre-commit dependencies. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70b0654f..66ef815e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,14 +34,14 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-readthedocs - id: check-dependabot - id: check-github-actions - id: check-github-workflows - repo: https://github.com/commitizen-tools/commitizen - rev: v3.20.0 + rev: v3.21.3 hooks: - id: commitizen stages: [commit-msg]