We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37f02f commit 0c29e66Copy full SHA for 0c29e66
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "secscanner2junit"
3
-version = "0.1.14"
+version = "0.1.15"
4
description = "Convert Security Scanner Output to JUnit Format"
5
authors = ["Florian Angermeir <florian.angermeir@tum.de>"]
6
license = "GPL-3.0-only"
@@ -12,7 +12,7 @@ packages = [
12
]
13
14
[tool.poetry.dependencies]
15
-python = "^3.7"
+python = "^3.10"
16
junit-xml = "^1.9"
17
PyYAML = "^6.0"
18
pytest = "^7.2.0"
0 commit comments