diff --git a/pyproject.toml b/pyproject.toml index 15089b5..b275e24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ examples = [ ] dev = [ - "asv==0.6.3", # 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",