From b764a7180203fda47e2522aecc5c07773ae192ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:52:15 +0000 Subject: [PATCH] Bump uv from 0.2.13 to 0.2.37 in /requirements Bumps [uv](https://github.com/astral-sh/uv) from 0.2.13 to 0.2.37. - [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.2.13...0.2.37) --- updated-dependencies: - dependency-name: uv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 730266a..6f737d5 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,7 +1,5 @@ # This file was autogenerated by uv via the following command: # nox -e deps ---index-url https://pypi.org/simple - argcomplete==3.4.0 # via nox colorlog==6.8.2 @@ -11,12 +9,12 @@ distlib==0.3.8 filelock==3.15.4 # via virtualenv nox==2024.4.15 - # via -r requirements/ci.in + # via -r ci.in packaging==24.1 # via nox platformdirs==4.2.2 # via virtualenv -uv==0.2.13 - # via -r requirements/ci.in +uv==0.2.37 + # via -r ci.in virtualenv==20.26.3 # via nox