aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2022-11-16 22:59:29 +0100
committerNao Pross <np@0hm.ch>2022-11-16 22:59:29 +0100
commitb43e95c6780c49d2b88ab1dbea613ce9ab32798d (patch)
tree01a02bf3c3e3e4cc379fa398ec6e69314c4f02ce /pyproject.toml
parentUpdate to PyQt6 (diff)
downloadMuddle-b43e95c6780c49d2b88ab1dbea613ce9ab32798d.tar.gz
Muddle-b43e95c6780c49d2b88ab1dbea613ce9ab32798d.zip
Fix regression from upgrade to PyQt6
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 88633c4..9f193dc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ pyqt6 = "^6.4.0"
[tool.poetry.dev-dependencies]
# pyinstaller = "^4.2"
pycodestyle = "^2.6.0"
-pytest = "^6.2.2"
+pytest = "^6.2.5"
[build-system]
requires = ["poetry-core>=1.0.0"]