Skip to content

Commit a10b1ae

Browse files
Update Python dependencies (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2917b4d commit a10b1ae

2 files changed

Lines changed: 147 additions & 162 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ module-root = ""
4747

4848
[dependency-groups]
4949
format = [
50-
"ruff==0.15.17"
50+
"ruff==0.15.18"
5151
]
5252
lint = [
5353
"codespell==2.4.2",
54-
"ty==0.0.49"
54+
"ty==0.0.52"
5555
]
5656
unit = [
57-
"coverage[toml]==7.14.1",
58-
"pytest==9.1.0"
57+
"coverage[toml]==7.14.3",
58+
"pytest==9.1.1"
5959
]
6060

6161

0 commit comments

Comments
 (0)