File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ typing-extensions = "^4.15.0"
3131optional = true
3232
3333[tool .poetry .group .fmt .dependencies ]
34- ruff = " ^0.15.5 "
34+ ruff = " ^0.15.9 "
3535
3636[tool .poetry .group .lint ]
3737optional = true
3838
3939[tool .poetry .group .lint .dependencies ]
40- ruff = " ^0.15.5 "
40+ ruff = " ^0.15.9 "
4141codespell = " ^2.4.2"
42- mypy = " ^1.19.1 "
42+ mypy = " ^1.20.0 "
4343pytest-mypy = " >=1.0.1"
4444types-pyyaml = " ^6.0.12.20241230"
4545types-pygments = " ^2.19.0.20250107"
@@ -50,19 +50,19 @@ types-pyopenssl = "^24.1.0.20240722"
5050optional = true
5151
5252[tool .poetry .group .unit .dependencies ]
53- pytest-cov = " >=7.0 .0"
53+ pytest-cov = " >=7.1 .0"
5454pytest = " ^9.0.2"
5555pytest-mock = " >=3.15.1"
56- pyOpenSSL = " >=25.3 .0"
57- tox = " ^4.48.1 "
56+ pyOpenSSL = " >=26.0 .0"
57+ tox = " ^4.52.0 "
5858
5959[tool .poetry .group .integration ]
6060optional = true
6161
6262[tool .poetry .group .integration .dependencies ]
63- pytest-cov = " >=7.0 .0"
63+ pytest-cov = " >=7.1 .0"
6464pytest = " ^9.0.2"
65- tox = " ^4.48.1 "
65+ tox = " ^4.52.0 "
6666
6767[build-system ]
6868requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments