Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 0f37006

Browse files
authored
Merge pull request #51 from lincc-frameworks/dependabot/pip/asv-0.6.4
Bump asv from 0.6.3 to 0.6.4
2 parents cb71a92 + 70a359d commit 0f37006

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

0 commit comments

Comments
 (0)