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 7243594 commit 2f01e68Copy full SHA for 2f01e68
pyproject.toml
@@ -53,9 +53,9 @@ pyutils-jira = "apps.jira_utils.jira_information:get_jira_mismatch"
53
54
[tool.poetry.dependencies]
55
python = "^3.9"
56
-python-simple-logger = "^1.0.8"
+python-simple-logger = "^2.0.0"
57
pylero = "^0.1.0"
58
-pyhelper-utils = "^0.0.44"
+pyhelper-utils = "^1.0.0"
59
pytest-mock = "^3.14.0"
60
pyyaml = "^6.0.1"
61
jira = "^3.6.0"
@@ -73,7 +73,7 @@ pattern = "((?P<epoch>\\d+)!)?(?P<base>\\d+(\\.\\d+)*)"
73
74
[tool.poetry.group.test.dependencies]
75
pytest = "^8.0.0"
76
-pytest-cov = "^5.0.0"
+pytest-cov = "^6.0.0"
77
78
[tool.poetry-dynamic-versioning.substitution]
79
files = ["VERSION"]
0 commit comments