diff --git a/pyproject.toml b/pyproject.toml index 03e4a99..e7f4577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "asv==0.6.5", # Used to compute performance benchmarks - "virtualenv==20.35.3", # Temporary fix to airspeed-velocity/asv#1484 + "virtualenv==20.35.4", # Temporary fix to airspeed-velocity/asv#1484 "black", # Used for static linting of files "jupyter", # Clears output from Jupyter notebooks "pre-commit", # Used to run checks before finalizing a git commit