From 86118ae0954694df42afa19f16de2ea3c5edd0f4 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Mon, 2 Sep 2024 03:47:46 +0000 Subject: [PATCH] chore: Update python linters and pre-commit dependencies. --- .pre-commit-config.yaml | 2 +- docs/requirements.txt | 12 ++++++------ tests/requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62ea43ab..fe702f90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: 24d039e647a08707e6cb31e75e01844eeff925e7 # frozen: v0.6.2 + rev: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # frozen: v0.6.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index 105e1166..52734af2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,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" -certifi==2024.7.4 ; 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" codespell==2.3.0 ; python_version >= "3.8" and python_version < "4.0" @@ -18,8 +18,8 @@ jsbeautifier==1.15.1 ; python_version >= "3.8" and python_version < "4.0" markdown==3.7 ; python_version >= "3.8" and python_version < "4.0" markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4.0" mergedeep==1.3.4 ; python_version >= "3.8" and python_version < "4.0" -mkdocs==1.6.0 ; python_version >= "3.8" and python_version < "4.0" -mkdocs-autorefs==1.1.0 ; python_version >= "3.8" and python_version < "4.0" +mkdocs==1.6.1 ; python_version >= "3.8" and python_version < "4.0" +mkdocs-autorefs==1.2.0 ; python_version >= "3.8" and python_version < "4.0" mkdocs-ezglossary-plugin==1.6.10 ; python_version >= "3.8" and python_version < "4.0" 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" @@ -29,8 +29,8 @@ mkdocs-macros-plugin==1.0.5 ; 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" -mkdocstrings==0.25.2 ; python_version >= "3.8" and python_version < "4.0" -mkdocstrings-python==1.10.8 ; python_version >= "3.8" and python_version < "4.0" +mkdocstrings==0.26.0 ; python_version >= "3.8" and python_version < "4.0" +mkdocstrings-python==1.10.9 ; python_version >= "3.8" and python_version < "4.0" 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" @@ -45,7 +45,7 @@ requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" setuptools==74.0.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.7 ; python_version >= "3.8" and python_version < "4.0" +symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "4.0" termcolor==2.4.0 ; python_version >= "3.8" and python_version < "4.0" 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" diff --git a/tests/requirements.txt b/tests/requirements.txt index e0a55c66..c8dc413d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.12.3 ; python_version >= "3.8" and python_version < "4.0" blinker==1.8.2 ; python_version >= "3.8" and python_version < "4.0" -certifi==2024.7.4 ; python_version >= "3.8" and python_version < "4.0" +certifi==2024.8.30 ; python_version >= "3.8" and python_version < "4.0" 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" @@ -38,7 +38,7 @@ 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.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.6.2 ; python_version >= "3.8" and python_version < "4.0" +ruff==0.6.3 ; python_version >= "3.8" and python_version < "4.0" setuptools==74.0.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"