File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ repos:
4747 - id : check-github-workflows
4848 args : [--verbose]
4949 - repo : https://github.com/Mateusz-Grzelinski/actionlint-py
50- rev : 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17
50+ rev : a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3 # frozen: v1.7.4.18
5151 hooks :
5252 - id : actionlint
5353 additional_dependencies : [pyflakes, shellcheck-py]
5454 - repo : https://github.com/commitizen-tools/commitizen
55- rev : bfe422faef54a78ff8c0ce5dea0da053159c9f9d # frozen: v3.30.0
55+ rev : 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1
5656 hooks :
5757 - id : commitizen
5858 stages : [commit-msg]
@@ -138,7 +138,7 @@ repos:
138138 always_run : true
139139 args : [audit, --json, --ignore-code=CVE-2019-8341]
140140 - repo : https://github.com/astral-sh/ruff-pre-commit
141- rev : 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2
141+ rev : 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3
142142 hooks :
143143 - id : ruff
144144 args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ mkdocstrings-python==1.11.1 ; python_version >= "3.8" and python_version < "3.13
3636more-itertools == 10.5.0 ; python_version >= "3.8" and python_version < "3.13"
3737mypy-extensions == 1.0.0 ; python_version >= "3.8" and python_version < "3.13"
3838nodeenv == 1.9.1 ; python_version >= "3.8" and python_version < "3.13"
39- packaging == 24.1 ; python_version >= "3.8" and python_version < "3.13"
39+ packaging == 24.2 ; python_version >= "3.8" and python_version < "3.13"
4040pathspec == 0.12.1 ; python_version >= "3.8" and python_version < "3.13"
4141platformdirs == 4.3.6 ; python_version >= "3.8" and python_version < "3.13"
4242pygments == 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"
5757urllib3 == 2.2.3 ; python_version >= "3.8" and python_version < "3.13"
5858watchdog == 4.0.2 ; python_version >= "3.8" and python_version < "3.13"
5959wcmatch == 10.0 ; python_version >= "3.8" and python_version < "3.13"
60- wheel == 0.44 .0 ; python_version >= "3.8" and python_version < "3.9"
60+ wheel == 0.45 .0 ; python_version >= "3.8" and python_version < "3.9"
6161zipp == 3.20.2 ; python_version >= "3.8" and python_version < "3.10"
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ twine = "^5.0.0"
9292types-python-dateutil = " ^2.9"
9393types-pyyaml = " ^6.0"
9494types-requests = " ^2.31"
95- wheel = " ^0.44 "
95+ wheel = " ^0.45 "
9696
9797[tool .poetry .group .docs .dependencies ]
9898black = " ^24.4.2"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ linkchecker==10.3.0 ; python_version >= "3.8" and python_version < "3.13"
1616markupsafe == 2.1.5 ; python_version >= "3.8" and python_version < "3.13"
1717mbstrdecoder == 1.1.3 ; python_version >= "3.8" and python_version < "3.13"
1818networkx == 3.1 ; python_version >= "3.8" and python_version < "3.13"
19- packaging == 24.1 ; python_version >= "3.8" and python_version < "3.13"
19+ packaging == 24.2 ; python_version >= "3.8" and python_version < "3.13"
2020pathvalidate == 3.2.1 ; python_version >= "3.8" and python_version < "3.13"
2121pluggy == 1.5.0 ; python_version >= "3.8" and python_version < "3.13"
2222psutil == 6.1.0 ; python_version >= "3.8" and python_version < "3.13"
You can’t perform that action at this time.
0 commit comments