Skip to content

Commit

Permalink
ci: Update python linters and pre-commit dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tek-githubbot-1010 committed May 20, 2024
1 parent 6da515c commit d0ee053
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit d0ee053

Please sign in to comment.