aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2022-12-15 15:28:24 +1100
committerMiguel Jacq <mig@mig5.net>2022-12-15 15:28:24 +1100
commit24cd39705ecd1317225d7d749900b9a16ddf6ce5 (patch)
treec68cfd471a34e7479185994dd01cde815f847ef2 /desktop/pyproject.toml
parenta7eff6c9995305ecd0867669d4fe9e9c11c96dbe (diff)
downloadonionshare-24cd39705ecd1317225d7d749900b9a16ddf6ce5.tar.gz
onionshare-24cd39705ecd1317225d7d749900b9a16ddf6ce5.zip
Update certifi and pytest dependencies
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index d1886212..85de2a5b 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -15,7 +15,7 @@ werkzeug = "~2.0.3"
[tool.poetry.dev-dependencies]
click = "*"
black = "*"
-pytest = "*"
+pytest = ">=7.2.0"
pytest-faulthandler = "*"
pytest-qt = "*"
cx_freeze = "*"