Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: 2cfb8c65566150f3ab03aa6c36cfddca8f5003e3 # frozen: v4.13.5
rev: c130da3a9454538d22d589d0f3a8f09765ef5fe7 # frozen: v4.13.6
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 @@ -30,7 +30,7 @@ mkdocs-macros-plugin==1.5.0 ; python_version >= "3.10" and python_version < "3.1
mkdocs-mermaid2-plugin==1.2.3 ; python_version >= "3.10" and python_version < "3.15"
mkdocs-section-index==0.3.10 ; python_version >= "3.10" and python_version < "3.15"
mkdocs-spellcheck==1.2.0 ; python_version >= "3.10" and python_version < "3.15"
mkdocstrings==1.0.2 ; python_version >= "3.10" and python_version < "3.15"
mkdocstrings==1.0.3 ; python_version >= "3.10" and python_version < "3.15"
mkdocstrings-python==2.0.1 ; python_version >= "3.10" and python_version < "3.15"
more-itertools==10.8.0 ; python_version >= "3.10" and python_version < "3.15"
mypy-extensions==1.1.0 ; python_version >= "3.10" and python_version < "3.15"
Expand All @@ -47,7 +47,7 @@ pytokens==0.4.1 ; python_version >= "3.10" and python_version < "3.15"
pyyaml==6.0.3 ; python_version >= "3.10" and python_version < "3.15"
pyyaml-env-tag==1.1 ; python_version >= "3.10" and python_version < "3.15"
requests==2.32.5 ; python_version >= "3.10" and python_version < "3.15"
setuptools==80.10.2 ; python_version >= "3.10" and python_version < "3.15"
setuptools==82.0.0 ; python_version >= "3.10" and python_version < "3.15"
six==1.17.0 ; python_version >= "3.10" and python_version < "3.15"
soupsieve==2.8.3 ; python_version >= "3.10" and python_version < "3.15"
super-collections==0.6.2 ; python_version >= "3.10" and python_version < "3.15"
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.
pytz==2025.2 ; python_version >= "3.10" and python_version < "3.15"
requests==2.32.5 ; python_version >= "3.10" and python_version < "3.15"
ruff==0.15.0 ; python_version >= "3.10" and python_version < "3.15"
setuptools==80.10.2 ; python_version >= "3.10" and python_version < "3.15"
setuptools==82.0.0 ; python_version >= "3.10" and python_version < "3.15"
six==1.17.0 ; python_version >= "3.10" and python_version < "3.15"
soupsieve==2.8.3 ; python_version >= "3.10" and python_version < "3.15"
tabledata==1.3.4 ; python_version >= "3.10" and python_version < "3.15"
Expand Down
Loading