change tox pin to >= 4 and rerun pinning script

This commit is contained in:
Erica Portnoy
2024-03-27 14:05:59 -07:00
parent 7abf143394
commit c8a1e30981
2 changed files with 59 additions and 55 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ poetry = "<1.3.0"
# file in the project must be adapted accordingly before moving out of the 3.x
# branch. Once done, the following constraint should become tox >= 4 to keep
# deterministic builds.
tox = "<4"
tox = ">=4"
[tool.poetry.dev-dependencies]