From da1c9de319c3a1a121ded34bbfe86dc83adc65c1 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Tue, 3 Dec 2024 21:56:52 +0000 Subject: [PATCH] chore: Update dependencies. --- .pre-commit-config.yaml | 10 +++++----- docs/requirements.txt | 4 ++-- tests/requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a05552a..44576ad 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: 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4 + rev: cb3c2be894b151dff143b1baf6acbd55f2b7faed # frozen: 0.30.0 hooks: - id: check-readthedocs - id: check-dependabot @@ -47,12 +47,12 @@ repos: - id: check-github-workflows args: [--verbose] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3 # frozen: v1.7.4.18 + rev: 060504a904804d5314d4db5dd12aa8751717ffc7 # frozen: v1.7.4.20 hooks: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1 + rev: 76efedd776e04c9604a1d54fef389a292cbf7768 # frozen: v4.0.0 hooks: - id: commitizen stages: [commit-msg] @@ -91,7 +91,7 @@ repos: hooks: - id: check-poetry - repo: https://github.com/pappasam/toml-sort - rev: b9b6210da457c38122995e434b314f4c4a4a923e # frozen: v0.23.1 + rev: 4ec24891e200ae663aa2a7cecd19516080777133 # frozen: v0.24.2 hooks: - id: toml-sort-fix - repo: local @@ -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: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3 + rev: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index 7fc0e20..37141c3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -51,11 +51,11 @@ 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" +tomli==2.2.1 ; 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" wcmatch==10.0 ; python_version >= "3.8" and python_version < "3.13" -wheel==0.45.0 ; python_version >= "3.8" and python_version < "3.9" +wheel==0.45.1 ; 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 269a1ee..ced3706 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -21,7 +21,7 @@ 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" pytablewriter==1.2.0 ; python_version >= "3.8" and python_version < "3.13" -pytest==8.3.3 ; python_version >= "3.8" and python_version < "3.13" +pytest==8.3.4 ; python_version >= "3.8" and python_version < "3.13" pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "3.13" pytest-depends==1.0.1 ; python_version >= "3.8" and python_version < "3.13" pytest-env==1.1.5 ; python_version >= "3.8" and python_version < "3.13" @@ -37,7 +37,7 @@ 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" tcolorpy==0.1.6 ; python_version >= "3.8" and python_version < "3.13" -tomli==2.0.2 ; python_version >= "3.8" and python_full_version <= "3.11.0a6" +tomli==2.2.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6" typepy==1.3.2 ; python_version >= "3.8" and python_version < "3.13" typepy[datetime]==1.3.2 ; python_version >= "3.8" and python_version < "3.13" urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13"