From fd1a262a5269052c141134d135cb5ddcab773451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:10:56 +0000 Subject: [PATCH 1/2] python-deps(deps-dev): update pyright requirement Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. Updates `pyright` to 1.1.381 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.380...v1.1.381) --- 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 14d2dd5..4d87770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ pre-commit = [ {python = "3.8", version = "^3.5"} ] pylint = "3.2.7" -pyright = "1.1.380" +pyright = "1.1.381" pyroma = "^4.2" pyvisa = "^1.14.1" tm_devices = "^2.3.0" From 0345ab4103b1d1b33765ff3ce68976ade7e9c0cb Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Mon, 23 Sep 2024 08:40:20 -0700 Subject: [PATCH 2/2] ci: Remove dependencies from the updater workflow that don't actually need to be updated during the workflow. The dependencies are kept up-to-date by dependabot. --- .github/workflows/update-python-and-pre-commit-dependencies.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-python-and-pre-commit-dependencies.yml b/.github/workflows/update-python-and-pre-commit-dependencies.yml index 5101918..25742a0 100644 --- a/.github/workflows/update-python-and-pre-commit-dependencies.yml +++ b/.github/workflows/update-python-and-pre-commit-dependencies.yml @@ -10,7 +10,6 @@ jobs: with: commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }} commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }} - dependency-dict: '{"dev": ["pylint", "pyright"]}' update-pre-commit: true run-pre-commit: true pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit