From 80d8eb7232bb389425cc80a182dfbd5c6b153c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:58:15 +0000 Subject: [PATCH] Bump uv from 0.1.5 to 0.1.6 Bumps [uv](https://github.com/astral-sh/uv) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/astral-sh/uv/releases) - [Commits](https://github.com/astral-sh/uv/compare/0.1.5...0.1.6) --- updated-dependencies: - dependency-name: uv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dca024a78..282640eae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -277,7 +277,7 @@ dev = [ "sphinxcontrib-spelling==8", "sybil==6.0.3", "types-requests==2.31.0.20240218", - "uv==0.1.5", + "uv==0.1.6", "vulture==2.11", "VWS-Python-Mock==2024.2.16", "VWS-Test-Fixtures==2023.3.5",