diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f101275..a865bda 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,12 +47,12 @@ repos: - id: check-github-workflows args: [--verbose] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17 + rev: a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3 # frozen: v1.7.4.18 hooks: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: bfe422faef54a78ff8c0ce5dea0da053159c9f9d # frozen: v3.30.0 + rev: 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1 hooks: - id: commitizen stages: [commit-msg] @@ -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: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2 + rev: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index 72237a1..7fc0e20 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -36,7 +36,7 @@ mkdocstrings-python==1.11.1 ; python_version >= "3.8" and python_version < "3.13 more-itertools==10.5.0 ; python_version >= "3.8" and python_version < "3.13" mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.13" nodeenv==1.9.1 ; python_version >= "3.8" and python_version < "3.13" -packaging==24.1 ; python_version >= "3.8" and python_version < "3.13" +packaging==24.2 ; 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" @@ -57,5 +57,5 @@ 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" wcmatch==10.0 ; python_version >= "3.8" and python_version < "3.13" -wheel==0.44.0 ; python_version >= "3.8" and python_version < "3.9" +wheel==0.45.0 ; python_version >= "3.8" and python_version < "3.9" zipp==3.20.2 ; python_version >= "3.8" and python_version < "3.10" diff --git a/tests/requirements.txt b/tests/requirements.txt index 4df5664..269a1ee 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -16,7 +16,7 @@ linkchecker==10.3.0 ; python_version >= "3.8" and python_version < "3.13" markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "3.13" mbstrdecoder==1.1.3 ; python_version >= "3.8" and python_version < "3.13" networkx==3.1 ; python_version >= "3.8" and python_version < "3.13" -packaging==24.1 ; python_version >= "3.8" and python_version < "3.13" +packaging==24.2 ; python_version >= "3.8" and python_version < "3.13" pathvalidate==3.2.1 ; python_version >= "3.8" and python_version < "3.13" pluggy==1.5.0 ; python_version >= "3.8" and python_version < "3.13" psutil==6.1.0 ; python_version >= "3.8" and python_version < "3.13"