Skip to content

Commit c0eafba

Browse files
[pre-commit.ci] pre-commit autoupdate (#128)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) * Update dependencies to address known vulnerabilities in urllib3 and h2 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chen Zhang <[email protected]>
1 parent 48eea77 commit c0eafba

File tree

3 files changed

+49
-37
lines changed

3 files changed

+49
-37
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: trailing-whitespace
1818
exclude: "tests/cis_tests/.*"
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.7
20+
rev: v0.14.8
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix, --exit-non-zero-on-fix]

pixi.lock

Lines changed: 46 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ qt = "*"
108108
qtpy = "*"
109109
pyqt = "*"
110110
# pip-audit
111-
h2 = ">=4.3.0" # Known vulnerability in <4.3.0
111+
h2 = ">=4.3.0" # Known vulnerability in <4.3.0
112112
brotli = ">=1.2.0"
113+
urllib3 = ">=2.6.0" # Known vulnerability in <2.6.0
113114

114115
[tool.pixi.pypi-dependencies]
115116
# PyPI dependencies, including this package to allow local editable installs

0 commit comments

Comments
 (0)