Skip to content

Commit 2d2f37c

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 1cae194 commit 2d2f37c

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
@@ -31,7 +31,7 @@ dependencies = [
3131
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
3232
[project.optional-dependencies]
3333
dev = [
34-
"asv==0.6.4", # Used to compute performance benchmarks
34+
"asv==0.6.5", # Used to compute performance benchmarks
3535
"jupyter", # Clears output from Jupyter notebooks
3636
"mypy", # Used for static type checking of files
3737
"pre-commit", # Used to run checks before finalizing a git commit

0 commit comments

Comments
 (0)