From 000f2b280e6ee2a116761e235ae232c57b900b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:10:05 +0000 Subject: [PATCH 1/2] python-deps(deps): bump the python-dependencies group with 3 updates Updates the requirements on [zeroconf](https://github.com/python-zeroconf/python-zeroconf), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `zeroconf` to 0.135.0 - [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases) - [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.134.0...0.135.0) 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) Updates `ruff` to 0.6.8 - [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.6.7...0.6.8) --- updated-dependencies: - dependency-name: zeroconf dependency-type: direct:production dependency-group: python-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] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0536c3cc..4ec4d03f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ tomli-w = "^1.0.0" traceback-with-variables = "^2.0.4" typing-extensions = "^4.10.0" urllib3 = "^2.0" -zeroconf = "^0.134.0" +zeroconf = "^0.135.0" [tool.poetry.group.dev.dependencies] docutils = "^0.20" # TODO: remove this when the minimum Python version is >=3.9 @@ -105,7 +105,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" tox = "^4.0" tox-gh-actions = "^3.1.0" @@ -149,7 +149,7 @@ pytest-env = "^1.1.3" pytest-github-report = "^0.0.1" pytest-html = "^4.1.1" pytest-order = "^1.2.1" -ruff = "0.6.7" +ruff = "0.6.8" [tool.poetry.scripts] list-visa-resources = "tm_devices:print_available_visa_devices" From 2a88390c992b312efddbde145a2fb63ef1e0dcf0 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Mon, 30 Sep 2024 04:14:00 +0000 Subject: [PATCH 2/2] chore: Update dependencies. --- .pre-commit-config.yaml | 6 +++--- docs/requirements.txt | 12 ++++++------ tests/requirements.txt | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0075c82a..c19bfe7d 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 17dbfb69..0b0670ba 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" @@ -25,7 +25,7 @@ mkdocs-gen-files==0.5.0 ; python_version >= "3.8" and python_version < "4.0" mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "4.0" mkdocs-include-markdown-plugin==6.2.2 ; python_version >= "3.8" and python_version < "4.0" mkdocs-literate-nav==0.6.1 ; python_version >= "3.8" and python_version < "4.0" -mkdocs-macros-plugin==1.0.5 ; python_version >= "3.8" and python_version < "4.0" +mkdocs-macros-plugin==1.2.0 ; python_version >= "3.8" and python_version < "4.0" mkdocs-mermaid2-plugin==1.1.1 ; python_version >= "3.8" and python_version < "4.0" mkdocs-section-index==0.3.9 ; python_version >= "3.8" and python_version < "4.0" mkdocs-spellcheck==1.1.0 ; python_version >= "3.8" and python_version < "4.0" @@ -35,14 +35,14 @@ mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "4.0" nodeenv==1.9.1 ; python_version >= "3.8" and python_version < "4.0" 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.3 ; 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" requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" -setuptools==75.0.0 ; python_version >= "3.8" and python_version < "4.0" +setuptools==75.1.0 ; python_version >= "3.8" and python_version < "4.0" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0" symspellpy==6.7.8 ; 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 7d2ddeb5..7ddb4cfe 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -30,7 +30,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" @@ -38,8 +38,8 @@ 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.6.5 ; python_version >= "3.8" and python_version < "4.0" -setuptools==75.0.0 ; python_version >= "3.8" and python_version < "4.0" +ruff==0.6.8 ; python_version >= "3.8" and python_version < "4.0" +setuptools==75.1.0 ; python_version >= "3.8" and python_version < "4.0" six==1.16.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"