diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f15df3b..84510f3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -133,7 +133,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 4edcbde74af0cd9b38e8483828cd9c6cb0755276 # frozen: v0.7.1 + rev: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index 177bd4f1..a1bdc89a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -28,7 +28,7 @@ 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.3.7 ; 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-mermaid2-plugin==1.2.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" diff --git a/pyproject.toml b/pyproject.toml index 1ccf0a73..e4cda45a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,7 @@ pytest-env = "^1.1.3" pytest-github-report = "^0.0.1" pytest-html = "^4.1.1" pytest-order = "^1.2.1" -ruff = "0.7.1" +ruff = "0.7.2" [tool.poetry.scripts] list-visa-resources = "tm_devices:print_available_visa_devices" diff --git a/tests/requirements.txt b/tests/requirements.txt index 293d248c..2db27f9e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -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.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.7.1 ; python_version >= "3.8" and python_version < "4.0" +ruff==0.7.2 ; python_version >= "3.8" and python_version < "4.0" setuptools==75.3.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"