diff --git a/pyproject.toml b/pyproject.toml index 8a9a8f06..3d47a014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes) [project.optional-dependencies] dev = [ - "asv==0.6.4", # Used to compute performance benchmarks + "asv==0.6.5", # Used to compute performance benchmarks "jupyter", # Clears output from Jupyter notebooks "mypy", # Used for static type checking of files "pre-commit", # Used to run checks before finalizing a git commit