Skip to content

Commit 27db4b7

Browse files
authored
Merge pull request #147 from neutrons/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b68e7a5 + 792f8ba commit 27db4b7

3 files changed

Lines changed: 20 additions & 37 deletions

File tree

.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.15.2
20+
rev: v0.15.4
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix, --exit-non-zero-on-fix]

pixi.lock

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

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ 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.3" # Known vulnerability in <2.6.3
114-
filelock = ">=3.20.3" # Known vulnerability in <3.20.3
115-
virtualenv = ">=20.36.1" # Known vulnerability in <20.36.1
116-
cryptography = ">=46.0.5" # CVE-2026-26007
117-
pillow = ">=12.1.1" # CVE-2026-25990
113+
urllib3 = ">=2.6.3" # Known vulnerability in <2.6.3
114+
filelock = ">=3.20.3" # Known vulnerability in <3.20.3
115+
virtualenv = ">=20.36.1,<21" # Known vulnerability in <20.36.1; capped due to https://github.com/pypa/hatch/issues/2193
116+
cryptography = ">=46.0.5" # CVE-2026-26007
117+
pillow = ">=12.1.1" # CVE-2026-25990
118118

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

0 commit comments

Comments
 (0)