File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,25 +29,25 @@ relative_files = true
2929
3030[tool .poetry .dependencies ]
3131python = ' >=3.9'
32- tomli = ' 2.2.1 '
32+ tomli = ' 2.4.0 '
3333requests = " 2.32.5"
34- responses = " 0.25.8 "
35- pyfakefs = " 5.9.3 "
34+ responses = " 0.26.0 "
35+ pyfakefs = " 5.10.2 "
3636jproperties = " 2.1.2"
3737
3838[tool .poetry .group ]
3939[tool .poetry .group .dev ]
4040[tool .poetry .group .dev .dependencies ]
41- black = " 25.1 .0"
42- coverage = " 7.10.6 "
41+ black = " 25.12 .0"
42+ coverage = " 7.13.4 "
4343licenseheaders = " 0.8.8"
44- mypy = " 1.15.0 "
44+ mypy = " 1.19.1 "
4545pytest = ' 8.4.2'
4646pytest-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 "
47+ pytest-subtests = " 0.15.0 "
48+ pytest-docker = " 3.2.5 "
49+ debugpy = " 1.8.20 "
50+ types-requests = " 2.32.4.20260107 "
5151
5252[[tool .poetry .packages ]]
5353from = ' src'
You can’t perform that action at this time.
0 commit comments