From e9586d633bfc4e6850b95adf36012609ac8245cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:39:32 +0000 Subject: [PATCH] chore(deps): bump uv from 0.4.2 to 0.4.7 Bumps [uv](https://github.com/astral-sh/uv) from 0.4.2 to 0.4.7. - [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.2...0.4.7) --- 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 be7e78e..cf77d4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ tomlkit==0.13.2 # via pylint urllib3==2.2.2 # via requests -uv==0.4.2 +uv==0.4.7 # via peering-buddy (pyproject.toml) yamllint==1.35.1 # via peering-buddy (pyproject.toml)