diff options
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
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"] |