Skip to content

Commit 4aa48d2

Browse files
authored
Merge pull request #142 from neutrons/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9d6bc0b + 882e1be commit 4aa48d2

3 files changed

Lines changed: 67 additions & 63 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.0
20+
rev: v0.15.1
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix, --exit-non-zero-on-fix]

pixi.lock

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

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +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
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
116118

117119
[tool.pixi.pypi-dependencies]
118120
# PyPI dependencies, including this package to allow local editable installs
@@ -166,7 +168,7 @@ hatch = "*"
166168
toml-cli = "*"
167169

168170
[tool.pixi.feature.developer.dependencies]
169-
pip = ">=25.3"
171+
pip = ">=26.0" # CVE-2026-1703
170172
pip-audit = "*"
171173
pre-commit = "*"
172174
ruff = "*"

0 commit comments

Comments
 (0)