From d0ee053ff504e46da93f23b85dd071ebbec2284c Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Mon, 20 May 2024 03:48:51 +0000 Subject: [PATCH] ci: Update python linters and pre-commit dependencies. --- .pre-commit-config.yaml | 2 +- docs/requirements.txt | 4 ++-- tests/requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b3be3cc..b722204a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: - id: check-github-workflows args: [--verbose] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.25.1 + rev: v3.26.0 hooks: - id: commitizen stages: [commit-msg] diff --git a/docs/requirements.txt b/docs/requirements.txt index 8f992699..9e5a2b42 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ 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" 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==0.45.0 ; python_version >= "3.8" and python_version < "4.0" +griffe==0.45.1 ; python_version >= "3.8" and python_version < "4.0" idna==3.7 ; python_version >= "3.8" and python_version < "4.0" importlib-metadata==7.1.0 ; python_version >= "3.8" and python_version < "3.10" jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0" @@ -52,4 +52,4 @@ urllib3==2.2.1 ; python_version >= "3.8" and python_version < "4.0" watchdog==4.0.0 ; python_version >= "3.8" and python_version < "4.0" wcmatch==8.5.2 ; python_version >= "3.8" and python_version < "4.0" wheel==0.43.0 ; python_version >= "3.8" and python_version < "3.9" -zipp==3.18.1 ; python_version >= "3.8" and python_version < "3.10" +zipp==3.18.2 ; python_version >= "3.8" and python_version < "3.10" diff --git a/tests/requirements.txt b/tests/requirements.txt index f8762b78..53b136d3 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -27,7 +27,7 @@ packaging==24.0 ; python_version >= "3.8" and python_version < "4.0" pathvalidate==3.2.0 ; python_version >= "3.8" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0" pytablewriter==1.2.0 ; python_version >= "3.8" and python_version < "4.0" -pytest==8.2.0 ; python_version >= "3.8" and python_version < "4.0" +pytest==8.2.1 ; 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" @@ -49,4 +49,4 @@ typepy==1.3.2 ; python_version >= "3.8" and python_version < "4.0" typepy[datetime]==1.3.2 ; python_version >= "3.8" and python_version < "4.0" urllib3==2.2.1 ; python_version >= "3.8" and python_version < "4.0" werkzeug==3.0.3 ; python_version >= "3.8" and python_version < "4.0" -zipp==3.18.1 ; python_version >= "3.8" and python_version < "3.10" +zipp==3.18.2 ; python_version >= "3.8" and python_version < "3.10"