From 76d1a03717ea61d01c41b2a66fdf5458c7fe434a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:41:05 +0000 Subject: [PATCH] Bump uv from 0.4.3 to 0.4.8 Bumps [uv](https://github.com/astral-sh/uv) from 0.4.3 to 0.4.8. - [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.4.3...0.4.8) --- updated-dependencies: - dependency-name: uv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7367823..72e139f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,7 +72,7 @@ tomlkit==0.13.2 # via pylint urllib3==2.2.2 # via requests -uv==0.4.3 +uv==0.4.8 # via peering-gossip (pyproject.toml) yamllint==1.35.1 # via peering-gossip (pyproject.toml)