Skip to content

Commit d63fa68

Browse files
pre-commit-ci[bot]aieng-bot[bot]
andauthored
[pre-commit.ci] pre-commit autoupdate (#190)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.16](astral-sh/ruff-pre-commit@v0.15.15...v0.15.16) * chore: bump pip to 26.1.2 to fix PYSEC-2026-196 Upgrade pip from 26.1 to >=26.1.2 in the dev dependency group to resolve PYSEC-2026-196, which allowed console_scripts/gui_scripts entry points to be installed outside the installation directory. Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: aieng-bot[bot] <aieng-bot@vectorinstitute.ai>
1 parent 733155a commit d63fa68

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: 'v0.15.15'
19+
rev: 'v0.15.16'
2020
hooks:
2121
- id: ruff-check
2222
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ dev = [
5757
"mypy>=1.7.0",
5858
"ruff>=0.3.0",
5959
"nbqa[toolchain]>=1.7.0",
60-
"pip>=26.1",
60+
# pip>=26.1.2 fixes PYSEC-2026-196
61+
"pip>=26.1.2",
6162
]
6263
docs = [
6364
"mkdocs>=1.5.0",

uv.lock

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

0 commit comments

Comments
 (0)