We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe0136 commit 0a00294Copy full SHA for 0a00294
pyproject.toml
@@ -25,7 +25,7 @@ cryptography = "^43.0.0"
25
setuptools = "^75.0.0"
26
27
[tool.poetry.dev-dependencies]
28
-pytest = "^8.3.2"
+pytest = "^9.0.0"
29
pytest-mock = "^3.14.0"
30
31
[tool.poetry.scripts]
@@ -34,7 +34,7 @@ encryption-helper = "encryption_helper.__main__:main"
34
[tool.poetry.group.dev.dependencies]
35
pylint = "^3.2.6"
36
bandit = "^1.7.9"
37
38
39
40
0 commit comments