diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c985da..c720b6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/python-jsonschema/check-jsonschema - rev: aa1acdb72677dfbc5f507d2dfd45d8380bbcc2e0 # frozen: 0.29.3 + rev: 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4 hooks: - id: check-readthedocs - id: check-dependabot @@ -70,7 +70,7 @@ repos: hooks: - id: curlylint - repo: https://github.com/executablebooks/mdformat - rev: 08fba30538869a440b5059de90af03e3502e35fb # frozen: 0.7.17 + rev: 86542e37a3a40974eb812b16b076220fe9bb4278 # frozen: 0.7.18 hooks: - id: mdformat args: [--number, --end-of-line, keep, --ignore-missing-references] diff --git a/docs/requirements.txt b/docs/requirements.txt index a3f652c..a11398d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,16 +3,18 @@ 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.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" +charset-normalizer==3.4.0 ; 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" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" editdistpy==0.1.5 ; python_version >= "3.8" and python_version < "4.0" editorconfig==0.12.4 ; python_version >= "3.8" and python_version < "4.0" ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4.0" -griffe==1.3.2 ; python_version >= "3.8" and python_version < "4.0" +griffe==1.4.0 ; python_version >= "3.8" and python_version < "4.0" +hjson==3.1.0 ; python_version >= "3.8" and python_version < "4.0" idna==3.10 ; python_version >= "3.8" and python_version < "4.0" importlib-metadata==8.5.0 ; python_version >= "3.8" and python_version < "3.10" +inflect==7.4.0 ; python_version >= "3.8" and python_version < "4.0" jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0" 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" @@ -20,17 +22,18 @@ 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.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-ezglossary-plugin==1.7.1 ; 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" 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.2.0 ; python_version >= "3.8" and python_version < "4.0" +mkdocs-macros-plugin==1.3.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.26.1 ; python_version >= "3.8" and python_version < "4.0" mkdocstrings-python==1.11.1 ; python_version >= "3.8" and python_version < "4.0" +more-itertools==10.5.0 ; 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,10 +48,12 @@ requests==2.32.3 ; 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" +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" termcolor==2.4.0 ; python_version >= "3.8" and python_version < "4.0" tomli==2.0.2 ; python_version >= "3.8" and python_version < "4.0" -typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.11" +typeguard==4.3.0 ; python_version >= "3.8" and python_version < "4.0" +typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4.0" 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==10.0 ; python_version >= "3.8" and python_version < "4.0" diff --git a/pyproject.toml b/pyproject.toml index d6b4598..d1a0ffc 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.383" +pyright = "1.1.384" pyroma = "^4.2" pyvisa = "^1.14.1" tm_devices = "^2.3.0" diff --git a/tests/requirements.txt b/tests/requirements.txt index d69ce75..73fff93 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.12.3 ; 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" +charset-normalizer==3.4.0 ; 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.1 ; python_version >= "3.8" and python_version < "4.0" coverage[toml]==7.6.1 ; python_version >= "3.8" and python_version < "4.0"