Skip to content

Commit 357bd32

Browse files
chore(deps-dev): update uv requirement in /plugins/examples/nemocheck (kagenti#107)
Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.8.11...0.11.6) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3eaa1a0 commit 357bd32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/examples/nemocheck/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dev = [
7373
"pytest-trio>=0.8.0",
7474
"pytest-xdist>=3.8.0",
7575
"ruff>=0.12.9",
76-
"uv>=0.8.11",
76+
"uv>=0.11.6",
7777
]
7878

7979
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)