Skip to content

Commit c66cb36

Browse files
Bump asv from 0.6.4 to 0.6.5
Bumps [asv](https://github.com/airspeed-velocity/asv) from 0.6.4 to 0.6.5. - [Release notes](https://github.com/airspeed-velocity/asv/releases) - [Changelog](https://github.com/airspeed-velocity/asv/blob/main/CHANGES.rst) - [Commits](airspeed-velocity/asv@v0.6.4...v0.6.5) --- updated-dependencies: - dependency-name: asv dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 960c0ec commit c66cb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
3737
[project.optional-dependencies]
3838
dev = [
39-
"asv==0.6.4", # Used to compute performance benchmarks
39+
"asv==0.6.5", # Used to compute performance benchmarks
4040
"virtualenv==20.30", # Temporary fix to airspeed-velocity/asv#1484
4141
"jupyter", # Clears output from Jupyter notebooks
4242
"mypy", # Used for static type checking of files

0 commit comments

Comments
 (0)