From 91bc624239ac3ec055adf7a762058f7ba8a5384e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:53:15 +0000 Subject: [PATCH] python-deps(deps-dev): bump the python-dependencies group with 2 updates (#360) * python-deps(deps-dev): bump the python-dependencies group with 2 updates Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pyright` to 1.1.390 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.389...v1.1.390) Updates `ruff` to 0.8.2 - [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.8.1...0.8.2) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff 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 | 4 ++-- docs/requirements.txt | 2 +- pyproject.toml | 4 ++-- tests/requirements.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffb9def0..88af2da6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: 76efedd776e04c9604a1d54fef389a292cbf7768 # frozen: v4.0.0 + rev: 27499d727f5ceff802bda34bbda314644824ce06 # frozen: v4.1.0 hooks: - id: commitizen stages: [commit-msg] @@ -133,7 +133,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1 + rev: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index f6ec0897..527b5660 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -46,7 +46,7 @@ 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" requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" setuptools==75.3.0 ; python_version >= "3.8" and python_version < "4.0" -six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" +six==1.17.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0" super-collections==0.5.3 ; python_version >= "3.8" and python_version < "4.0" symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "4.0" diff --git a/pyproject.toml b/pyproject.toml index 60cbc415..fa9b8dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ pre-commit = [ {python = "3.8", version = "^3.5"} ] pylint = "3.2.7" -pyright = {extras = ["nodejs"], version = "1.1.389"} +pyright = {extras = ["nodejs"], version = "1.1.390"} pyroma = "^4.2" tox = "^4.0" tox-gh-actions = "^3.1.0" @@ -158,7 +158,7 @@ pytest-env = "^1.1.3" pytest-github-report = "^0.0.1" pytest-html = "^4.1.1" pytest-order = "^1.2.1" -ruff = "0.8.1" +ruff = "0.8.2" [tool.poetry.scripts] list-visa-resources = "tm_devices:print_available_visa_devices" diff --git a/tests/requirements.txt b/tests/requirements.txt index d0fd5edd..b9abb86a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -38,9 +38,9 @@ pytest-order==1.3.0 ; python_version >= "3.8" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0" pytz==2024.2 ; python_version >= "3.8" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" -ruff==0.8.1 ; python_version >= "3.8" and python_version < "4.0" +ruff==0.8.2 ; python_version >= "3.8" and python_version < "4.0" setuptools==75.3.0 ; python_version >= "3.8" and python_version < "4.0" -six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" +six==1.17.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0" tabledata==1.3.3 ; python_version >= "3.8" and python_version < "4.0" tcolorpy==0.1.6 ; python_version >= "3.8" and python_version < "4.0"