From 15136812433bbc52768d4f766f22b6ad0c89db12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:22:49 -0800 Subject: [PATCH] python-deps(deps-dev): update pyright requirement from 1.1.386 to 1.1.387 in the python-dependencies group (#42) * 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.387 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.386...v1.1.387) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] * chore: Update dependencies. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tektronix Bot --- .pre-commit-config.yaml | 2 +- docs/requirements.txt | 10 +++++----- pyproject.toml | 2 +- tests/requirements.txt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b100965..f101275 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -138,7 +138,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0 + rev: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index 2e7481e..72237a1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,8 +27,8 @@ mkdocs-gen-files==0.5.0 ; python_version >= "3.8" and python_version < "3.13" mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "3.13" mkdocs-include-markdown-plugin==6.2.2 ; python_version >= "3.8" and python_version < "3.13" mkdocs-literate-nav==0.6.1 ; python_version >= "3.8" and python_version < "3.13" -mkdocs-macros-plugin==1.3.6 ; python_version >= "3.8" and python_version < "3.13" -mkdocs-mermaid2-plugin==1.1.1 ; python_version >= "3.8" and python_version < "3.13" +mkdocs-macros-plugin==1.3.7 ; python_version >= "3.8" and python_version < "3.13" +mkdocs-mermaid2-plugin==1.2.1 ; python_version >= "3.8" and python_version < "3.13" mkdocs-section-index==0.3.9 ; python_version >= "3.8" and python_version < "3.13" mkdocs-spellcheck==1.1.0 ; python_version >= "3.8" and python_version < "3.13" mkdocstrings==0.26.1 ; python_version >= "3.8" and python_version < "3.13" @@ -40,19 +40,19 @@ packaging==24.1 ; python_version >= "3.8" and python_version < "3.13" pathspec==0.12.1 ; python_version >= "3.8" and python_version < "3.13" platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "3.13" pygments==2.18.0 ; python_version >= "3.8" and python_version < "3.13" -pymdown-extensions==10.11.2 ; python_version >= "3.8" and python_version < "3.13" +pymdown-extensions==10.12 ; python_version >= "3.8" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13" pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "3.13" pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "3.13" requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13" -setuptools==75.2.0 ; python_version >= "3.8" and python_version < "3.13" +setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13" six==1.16.0 ; python_version >= "3.8" and python_version < "3.13" soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13" super-collections==0.5.3 ; python_version >= "3.8" and python_version < "3.13" symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "3.13" termcolor==2.4.0 ; python_version >= "3.8" and python_version < "3.13" tomli==2.0.2 ; python_version >= "3.8" and python_version < "3.13" -typeguard==4.3.0 ; python_version >= "3.8" and python_version < "3.13" +typeguard==4.4.0 ; python_version >= "3.8" and python_version < "3.13" typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13" urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13" watchdog==4.0.2 ; python_version >= "3.8" and python_version < "3.13" diff --git a/pyproject.toml b/pyproject.toml index d713ec7..0afd4f2 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.386" +pyright = "1.1.387" pyroma = "^4.2" pyvisa = "^1.14.1" tm_devices = "^2.3.0" diff --git a/tests/requirements.txt b/tests/requirements.txt index 54f4a8e..4df5664 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -32,7 +32,7 @@ pytest-order==1.3.0 ; python_version >= "3.8" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13" pytz==2024.2 ; python_version >= "3.8" and python_version < "3.13" requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13" -setuptools==75.2.0 ; python_version >= "3.8" and python_version < "3.13" +setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13" six==1.16.0 ; python_version >= "3.8" and python_version < "3.13" soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13" tabledata==1.3.3 ; python_version >= "3.8" and python_version < "3.13"