From 73e9a9bb0b35b422a069a0709a4af1f6c17ec78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:10:41 +0000 Subject: [PATCH] Bump asv from 0.6.1 to 0.6.4 Bumps [asv](https://github.com/airspeed-velocity/asv) from 0.6.1 to 0.6.4. - [Release notes](https://github.com/airspeed-velocity/asv/releases) - [Changelog](https://github.com/airspeed-velocity/asv/blob/main/CHANGES.rst) - [Commits](https://github.com/airspeed-velocity/asv/compare/v0.6.1...v0.6.4) --- updated-dependencies: - dependency-name: asv 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 f45ec2d..056f980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes) [project.optional-dependencies] dev = [ - "asv==0.6.1", # Used to compute performance benchmarks + "asv==0.6.4", # Used to compute performance benchmarks "jupyter", # Clears output from Jupyter notebooks "pre-commit", # Used to run checks before finalizing a git commit "pytest",