From 791820af9792cbb25823eb3b38c668e98fa09cbc Mon Sep 17 00:00:00 2001 From: adamghill Date: Sat, 12 Aug 2023 09:30:22 -0400 Subject: [PATCH] stupid. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b3570fb..6ef92f0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pytest-cov = "^3" pytest-benchmark = "^4.0.0" six = "^1.16.0" certifi = "^2023.7.22" # needed for testing on GitHub Actions -virtualenv = "^20.22.0" # needed for testing on GitHub Actions +virtualenv = "^20" # needed for testing on GitHub Actions [tool.isort] default_section = "THIRDPARTY"