From c3c4e7075318b65fb536b4f35a2349f386e59c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:28:58 +0000 Subject: [PATCH] Bump uv from 0.1.23 to 0.1.24 Bumps [uv](https://github.com/astral-sh/uv) from 0.1.23 to 0.1.24. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.1.23...0.1.24) --- 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 29015db20..fc2e77ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -334,7 +334,7 @@ dev = [ "types-PyYAML==6.0.12.20240311", "types-requests==2.31.0.20240311", "urllib3==2.2.1", - "uv==0.1.23", + "uv==0.1.24", "vulture==2.11", "vws-python==2024.2.19", "VWS-Test-Fixtures==2023.3.5",