aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index cb2cde53..d0f311b3 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -34,7 +34,7 @@ stem = "1.8.1"
werkzeug = "~2.0.3"
[tool.poetry.dev-dependencies]
-pytest = "*"
+pytest = ">=7.2.0"
[tool.poetry.scripts]
onionshare-cli = 'onionshare_cli:main'