Skip to content

Commit 45d7e40

Browse files
Merge 2d2f37c into 1cae194
2 parents 1cae194 + 2d2f37c commit 45d7e40

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)