Skip to content

Commit c07d074

Browse files
committed
fix audit uv
1 parent 1354649 commit c07d074

3 files changed

Lines changed: 29 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Dependency audit: pin ``uv>=0.11.15`` (GHSA-4gg8-gxpx-9rph).
13+
1014
## [0.4.0] - 2026-06-01
1115

1216
### Changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dev = [
4242
"ruff>=0.1.0",
4343
"pre-commit>=3.6",
4444
"pre-commit-uv>=4.2.1",
45+
"uv>=0.11.15",
4546
"ty>=0.0.35",
4647
"pandas-stubs>=3.0.0.260204",
4748
"pyside6-stubs>=6.7.3.0",

uv.lock

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

0 commit comments

Comments
 (0)