Skip to content

Commit d493f70

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

File tree

2 files changed

+117
-117
lines changed

2 files changed

+117
-117
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ lib = [
2323
"psycopg2>=2.9.10",
2424
]
2525
format = [
26-
"ruff==0.14.3"
26+
"ruff==0.14.4"
2727
]
2828
lint = [
2929
"codespell==2.4.1",
3030
"pyright==1.1.407"
3131
]
3232
unit = [
33-
"coverage[toml]==7.11.0; python_version >= '3.10'",
33+
"coverage[toml]==7.11.3; python_version >= '3.10'",
3434
"pytest==8.4.2; python_version >= '3.10'"
3535
]
3636

0 commit comments

Comments
 (0)