diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe702f90..88eac039 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: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # frozen: v0.6.3 + rev: 03d82ba032f800c7cbbef301ec1e1e25c0ac91b0 # frozen: v0.6.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index 52734af2..0d345828 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,7 +7,7 @@ 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" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" -editdistpy==0.1.4 ; 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.2.0 ; python_version >= "3.8" and python_version < "4.0" @@ -29,20 +29,20 @@ 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.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" +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" 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.2.2 ; python_version >= "3.8" and python_version < "4.0" +platformdirs==4.3.2 ; 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" 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==74.0.0 ; python_version >= "3.8" and python_version < "4.0" +setuptools==74.1.2 ; 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" diff --git a/pyproject.toml b/pyproject.toml index 2af869dc..021d1a83 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.133.0" +zeroconf = "^0.134.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.378" +pyright = "1.1.379" 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.3" +ruff = "0.6.4" [tool.poetry.scripts] list-visa-resources = "tm_devices:print_available_visa_devices" diff --git a/tests/requirements.txt b/tests/requirements.txt index c8dc413d..d225dc8c 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.2 ; 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.3 ; python_version >= "3.8" and python_version < "4.0" +pytest-env==1.1.4 ; 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.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.3 ; python_version >= "3.8" and python_version < "4.0" -setuptools==74.0.0 ; python_version >= "3.8" and python_version < "4.0" +ruff==0.6.4 ; python_version >= "3.8" and python_version < "4.0" +setuptools==74.1.2 ; 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"