From 87bdfa407c25a77833f7c00d8d15202573457a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:55:31 +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.382.post1 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.381...v1.1.382.post1) --- 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 4d87770..9a3c1b6 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.381" +pyright = "1.1.382.post1" pyroma = "^4.2" pyvisa = "^1.14.1" tm_devices = "^2.3.0" From 5b5327f0d08eebda185d2c56e976c97e7f3e56cd Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Mon, 30 Sep 2024 12:58:17 +0000 Subject: [PATCH 2/2] chore: Update dependencies. --- .pre-commit-config.yaml | 6 +++--- docs/requirements.txt | 6 +++--- tests/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 678dc2a..ea389c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,12 +47,12 @@ repos: - id: check-github-workflows args: [--verbose] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: c01fb5723b54075325cd9b5e5665a9ae84baf950 # frozen: v1.7.1.15 + rev: aa007237bad606b330a90f69bb5ef5dca129957e # frozen: v1.7.2.16 hooks: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: d7e01aa9b0cfe3c1b732e66d523bbd0656221127 # frozen: v3.29.0 + rev: a3498aba5e94c9f7c4acb529b5e7eb6df65fd053 # frozen: v3.29.1 hooks: - id: commitizen stages: [commit-msg] @@ -144,7 +144,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 79f422bd92eb329a21b6f3540010c015f61e484e # frozen: v0.6.5 + rev: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index 39282c0..0b0670b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ astunparse==1.6.3 ; python_version >= "3.8" and python_version < "3.9" beautifulsoup4==4.12.3 ; python_version >= "3.8" and python_version < "4.0" black==24.8.0 ; python_version >= "3.8" and python_version < "4.0" -bracex==2.5 ; python_version >= "3.8" and python_version < "4.0" +bracex==2.5.post1 ; python_version >= "3.8" and python_version < "4.0" certifi==2024.8.30 ; python_version >= "3.8" and python_version < "4.0" charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0" click==8.1.7 ; python_version >= "3.8" and python_version < "4.0" @@ -37,7 +37,7 @@ packaging==24.1 ; python_version >= "3.8" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4.0" platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "4.0" pygments==2.18.0 ; python_version >= "3.8" and python_version < "4.0" -pymdown-extensions==10.9 ; python_version >= "3.8" and python_version < "4.0" +pymdown-extensions==10.11.1 ; python_version >= "3.8" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "4.0" pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "4.0" @@ -51,6 +51,6 @@ tomli==2.0.1 ; python_version >= "3.8" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.11" urllib3==2.2.3 ; python_version >= "3.8" and python_version < "4.0" watchdog==4.0.2 ; python_version >= "3.8" and python_version < "4.0" -wcmatch==9.0 ; python_version >= "3.8" and python_version < "4.0" +wcmatch==10.0 ; python_version >= "3.8" and python_version < "4.0" wheel==0.44.0 ; python_version >= "3.8" and python_version < "3.9" zipp==3.20.2 ; python_version >= "3.8" and python_version < "3.10" diff --git a/tests/requirements.txt b/tests/requirements.txt index 92e2212..3709b29 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -24,7 +24,7 @@ pytablewriter==1.2.0 ; python_version >= "3.8" and python_version < "4.0" pytest==8.3.3 ; python_version >= "3.8" and python_version < "4.0" pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "4.0" pytest-depends==1.0.1 ; python_version >= "3.8" and python_version < "4.0" -pytest-env==1.1.4 ; python_version >= "3.8" and python_version < "4.0" +pytest-env==1.1.5 ; python_version >= "3.8" and python_version < "4.0" pytest-github-report==0.0.1 ; python_version >= "3.8" and python_version < "4.0" pytest-html==4.1.1 ; python_version >= "3.8" and python_version < "4.0" pytest-metadata==3.1.1 ; python_version >= "3.8" and python_version < "4.0"