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 c8dab13 commit c56209eCopy full SHA for c56209e
pyproject.toml
@@ -39,15 +39,15 @@ jproperties = "2.1.2"
39
[tool.poetry.group.dev]
40
[tool.poetry.group.dev.dependencies]
41
black = "25.1.0"
42
-coverage = '>=7.3.3'
43
-licenseheaders = '>=0.8.8'
44
-mypy = '>=1.7.1'
+coverage = "7.10.6"
+licenseheaders = "0.8.8"
+mypy = "1.15.0"
45
pytest = '8.4.2'
46
pytest-cov = '7.0.0'
47
pytest-subtests = "0.14.1"
48
pytest-docker = "3.2.0"
49
debugpy = "1.8.13"
50
-types-requests = "^2.32.0.20250328"
+types-requests = "2.32.0.20250328"
51
52
[[tool.poetry.packages]]
53
from = 'src'
0 commit comments