Skip to content

Commit 2839278

Browse files
Update Python dependencies (#76)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49c425f commit 2839278

File tree

2 files changed

+150
-137
lines changed

2 files changed

+150
-137
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ module-root = ""
3232

3333
[dependency-groups]
3434
format = [
35-
"ruff==0.14.14; python_version >= '3.12'"
35+
"ruff==0.15.0; python_version >= '3.12'"
3636
]
3737
lint = [
3838
"codespell==2.4.1; python_version >= '3.12'",
39-
"ty==0.0.14; python_version >= '3.12'"
39+
"ty==0.0.15; python_version >= '3.12'"
4040
]
4141
unit = [
42-
"coverage[toml]==7.13.2; python_version >= '3.12'",
42+
"coverage[toml]==7.13.4; python_version >= '3.12'",
4343
"pytest==9.0.2; python_version >= '3.12'"
4444
]
4545

0 commit comments

Comments
 (0)