Skip to content

Commit a0694c8

Browse files
dependabot[bot]Tektronix Bot
andauthored
python-deps(deps-dev): update wheel requirement from ^0.44 to ^0.45 in the python-dependencies group (#44)
* python-deps(deps-dev): update wheel requirement Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `wheel` to 0.45.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.44.0...0.45.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * chore: Update dependencies. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tektronix Bot <[email protected]>
1 parent 980204d commit a0694c8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mkdocstrings-python==1.11.1 ; python_version >= "3.8" and python_version < "3.13
3636
more-itertools==10.5.0 ; python_version >= "3.8" and python_version < "3.13"
3737
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.13"
3838
nodeenv==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"
4040
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "3.13"
4141
platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "3.13"
4242
pygments==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"
5757
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13"
5858
watchdog==4.0.2 ; python_version >= "3.8" and python_version < "3.13"
5959
wcmatch==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"
6161
zipp==3.20.2 ; python_version >= "3.8" and python_version < "3.10"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ twine = "^5.0.0"
9292
types-python-dateutil = "^2.9"
9393
types-pyyaml = "^6.0"
9494
types-requests = "^2.31"
95-
wheel = "^0.44"
95+
wheel = "^0.45"
9696

9797
[tool.poetry.group.docs.dependencies]
9898
black = "^24.4.2"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ linkchecker==10.3.0 ; python_version >= "3.8" and python_version < "3.13"
1616
markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "3.13"
1717
mbstrdecoder==1.1.3 ; python_version >= "3.8" and python_version < "3.13"
1818
networkx==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"
2020
pathvalidate==3.2.1 ; python_version >= "3.8" and python_version < "3.13"
2121
pluggy==1.5.0 ; python_version >= "3.8" and python_version < "3.13"
2222
psutil==6.1.0 ; python_version >= "3.8" and python_version < "3.13"

0 commit comments

Comments
 (0)