diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b100965..f101275 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -138,7 +138,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0 + 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 2e7481e..72237a1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,8 +27,8 @@ mkdocs-gen-files==0.5.0 ; python_version >= "3.8" and python_version < "3.13" mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "3.13" mkdocs-include-markdown-plugin==6.2.2 ; python_version >= "3.8" and python_version < "3.13" mkdocs-literate-nav==0.6.1 ; python_version >= "3.8" and python_version < "3.13" -mkdocs-macros-plugin==1.3.6 ; python_version >= "3.8" and python_version < "3.13" -mkdocs-mermaid2-plugin==1.1.1 ; python_version >= "3.8" and python_version < "3.13" +mkdocs-macros-plugin==1.3.7 ; python_version >= "3.8" and python_version < "3.13" +mkdocs-mermaid2-plugin==1.2.1 ; python_version >= "3.8" and python_version < "3.13" mkdocs-section-index==0.3.9 ; python_version >= "3.8" and python_version < "3.13" mkdocs-spellcheck==1.1.0 ; python_version >= "3.8" and python_version < "3.13" mkdocstrings==0.26.1 ; python_version >= "3.8" and python_version < "3.13" @@ -40,19 +40,19 @@ packaging==24.1 ; python_version >= "3.8" and python_version < "3.13" pathspec==0.12.1 ; python_version >= "3.8" and python_version < "3.13" platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "3.13" pygments==2.18.0 ; python_version >= "3.8" and python_version < "3.13" -pymdown-extensions==10.11.2 ; python_version >= "3.8" and python_version < "3.13" +pymdown-extensions==10.12 ; python_version >= "3.8" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13" pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "3.13" pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "3.13" requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13" -setuptools==75.2.0 ; python_version >= "3.8" and python_version < "3.13" +setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13" six==1.16.0 ; python_version >= "3.8" and python_version < "3.13" soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13" super-collections==0.5.3 ; python_version >= "3.8" and python_version < "3.13" symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "3.13" termcolor==2.4.0 ; python_version >= "3.8" and python_version < "3.13" tomli==2.0.2 ; python_version >= "3.8" and python_version < "3.13" -typeguard==4.3.0 ; python_version >= "3.8" and python_version < "3.13" +typeguard==4.4.0 ; python_version >= "3.8" and python_version < "3.13" typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13" urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13" watchdog==4.0.2 ; python_version >= "3.8" and python_version < "3.13" diff --git a/tests/requirements.txt b/tests/requirements.txt index 54f4a8e..4df5664 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -32,7 +32,7 @@ pytest-order==1.3.0 ; python_version >= "3.8" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13" pytz==2024.2 ; python_version >= "3.8" and python_version < "3.13" requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13" -setuptools==75.2.0 ; python_version >= "3.8" and python_version < "3.13" +setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13" six==1.16.0 ; python_version >= "3.8" and python_version < "3.13" soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13" tabledata==1.3.3 ; python_version >= "3.8" and python_version < "3.13"