File tree Expand file tree Collapse file tree 2 files changed +38
-38
lines changed
Expand file tree Collapse file tree 2 files changed +38
-38
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ typing-extensions = "^4.14.1"
2323optional = true
2424
2525[tool .poetry .group .fmt .dependencies ]
26- ruff = " ^0.12.9 "
26+ ruff = " ^0.12.10 "
2727
2828[tool .poetry .group .lint ]
2929optional = true
3030
3131[tool .poetry .group .lint .dependencies ]
32- ruff = " ^0.12.9 "
32+ ruff = " ^0.12.10 "
3333codespell = " ^2.4.1"
3434mypy = " ^1.17.1"
3535pytest-mypy = " >=1.0.1"
@@ -43,17 +43,17 @@ optional = true
4343
4444[tool .poetry .group .unit .dependencies ]
4545pytest-cov = " >=6.2.1"
46- pytest = " >=6.2.5 "
46+ pytest = " >=8.4.1 "
4747pytest-mock = " >=3.14.1"
48- pyOpenSSL = " >=23.3 .0"
48+ pyOpenSSL = " >=25.1 .0"
4949tox = " ^4.28.4"
5050
5151[tool .poetry .group .integration ]
5252optional = true
5353
5454[tool .poetry .group .integration .dependencies ]
5555pytest-cov = " >=6.2.1"
56- pytest = " >=6.2.5 "
56+ pytest = " >=8.4.1 "
5757tox = " ^4.28.4"
5858
5959[build-system ]
You can’t perform that action at this time.
0 commit comments