Skip to content

Commit b921ad7

Browse files
chore(deps): update Python development tooling (#19)
Co-authored-by: cloudingenium-automation[bot] <41898282+cloudingenium-automation[bot]@users.noreply.github.com>
1 parent 0c55143 commit b921ad7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ dependencies = [
2828

2929
[project.optional-dependencies]
3030
typing = [
31-
"types-requests~=2.32.4",
31+
"types-requests~=2.33.0.20260712",
3232
]
3333
dev = [
34-
"mypy~=1.19.0",
35-
"types-requests~=2.32.4",
34+
"mypy~=2.2.0",
35+
"types-requests~=2.33.0.20260712",
3636
"ruff~=0.15.0",
37-
"pre-commit~=4.5.0",
37+
"pre-commit~=4.6.0",
3838
"pytest~=9.0",
39-
"pytest-asyncio~=1.3.0",
39+
"pytest-asyncio~=1.4.0",
4040
"pytest-mock~=3.15.0",
41-
"pytest-cov~=6.0",
41+
"pytest-cov~=7.1.0",
4242
]
4343

4444
[project.urls]

0 commit comments

Comments
 (0)