From 4928278ea32ff0749d4d77252920199b08c98784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:00:55 +0000 Subject: [PATCH 1/2] python-deps(deps-dev): bump the python-dependencies group with 3 updates Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python), [ruff](https://github.com/astral-sh/ruff) and [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `pyright` to 1.1.374 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.373...v1.1.374) Updates `ruff` to 0.5.6 - [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.5.5...0.5.6) Updates `wheel` to 0.44.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.43.0...0.44.0) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development dependency-group: python-dependencies - dependency-name: wheel dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23246358..f3ad30bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,10 +112,10 @@ pre-commit = [ pre-commit-update = "^0.3.0" pyclean = "^3.0.0" pylint = "3.2.6" -pyright = "1.1.373" +pyright = "1.1.374" pyroma = "^4.2" python-semantic-release = "^9.6.0" -ruff = "0.5.5" +ruff = "0.5.6" safety = "^3.2.0" toml-sort = "^0.23.0" tox = "^4.0" @@ -124,7 +124,7 @@ twine = "^5.0.0" types-python-dateutil = "^2.9" types-pyyaml = "^6.0" types-requests = "^2.31" -wheel = "^0.43" +wheel = "^0.44" yamlfix = "^1.16.0" [tool.poetry.group.docs.dependencies] @@ -159,7 +159,7 @@ pytest-env = "^1.1.3" pytest-github-report = "^0.0.1" pytest-html = "^4.1.1" pytest-order = "^1.2.1" -ruff = "0.5.5" +ruff = "0.5.6" tomli = "^2.0.1" [tool.poetry.scripts] From 9f1bcdd0441047106099c7cecd74b40a5d29bffe Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Mon, 5 Aug 2024 04:04:36 +0000 Subject: [PATCH 2/2] ci: Update python linters and pre-commit dependencies. --- .pre-commit-config.yaml | 2 +- docs/requirements.txt | 8 ++++---- tests/requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80e45b1e..90600e39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -139,7 +139,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.5.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index b51e2975..01840297 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.4.2 ; python_version >= "3.8" and python_version < "4.0" -bracex==2.4 ; 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" certifi==2024.7.4 ; 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" @@ -41,7 +41,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0 pyyaml==6.0.1 ; 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==72.0.0 ; python_version >= "3.8" and python_version < "4.0" +setuptools==72.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.5 ; python_version >= "3.8" and python_version < "4.0" symspellpy==6.7.7 ; python_version >= "3.8" and python_version < "4.0" @@ -51,5 +51,5 @@ typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.11" urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4.0" watchdog==4.0.1 ; python_version >= "3.8" and python_version < "4.0" wcmatch==8.5.2 ; python_version >= "3.8" and python_version < "4.0" -wheel==0.43.0 ; python_version >= "3.8" and python_version < "3.9" +wheel==0.44.0 ; python_version >= "3.8" and python_version < "3.9" zipp==3.19.2 ; python_version >= "3.8" and python_version < "3.10" diff --git a/tests/requirements.txt b/tests/requirements.txt index eb3ada1b..d813583c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,9 +5,9 @@ chardet==5.2.0 ; 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" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" -coverage==7.6.0 ; python_version >= "3.8" and python_version < "4.0" +coverage==7.6.1 ; python_version >= "3.8" and python_version < "4.0" coverage-conditional-plugin==0.9.0 ; python_version >= "3.8" and python_version < "4.0" -coverage[toml]==7.6.0 ; python_version >= "3.8" and python_version < "4.0" +coverage[toml]==7.6.1 ; python_version >= "3.8" and python_version < "4.0" dataproperty==1.0.1 ; python_version >= "3.8" and python_version < "4.0" dnspython==2.6.1 ; python_version >= "3.8" and python_version < "4.0" exceptiongroup==1.2.2 ; python_version >= "3.8" and python_version < "3.11" @@ -38,8 +38,8 @@ pytest-order==1.2.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" pytz==2024.1 ; python_version >= "3.8" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" -ruff==0.5.5 ; python_version >= "3.8" and python_version < "4.0" -setuptools==72.0.0 ; python_version >= "3.8" and python_version < "4.0" +ruff==0.5.6 ; python_version >= "3.8" and python_version < "4.0" +setuptools==72.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.5 ; python_version >= "3.8" and python_version < "4.0" tabledata==1.3.3 ; python_version >= "3.8" and python_version < "4.0"