From 5ee90bf8da056641fd4b8bce83e394649df72141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 06:25:24 +0000 Subject: [PATCH] Update asv requirement from <0.6,>=0.5.1 to >=0.5.1,<0.7 Updates the requirements on [asv](https://github.com/airspeed-velocity/asv) to permit the latest version. - [Release notes](https://github.com/airspeed-velocity/asv/releases) - [Changelog](https://github.com/airspeed-velocity/asv/blob/master/CHANGES.rst) - [Commits](https://github.com/airspeed-velocity/asv/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: asv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt index af34a40bc..4b640751c 100644 --- a/benchmarks/requirements.txt +++ b/benchmarks/requirements.txt @@ -1,3 +1,3 @@ # Dependencies needed to run the benchmarks virtualenv -asv>=0.5.1,<0.6 +asv>=0.5.1,<0.7