Skip to content

Commit 4924d8e

Browse files
Update Python dependencies (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 549fb9f commit 4924d8e

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
@@ -31,14 +31,14 @@ lib = [
3131
"psycopg2>=2.9.10",
3232
]
3333
format = [
34-
"ruff==0.14.5"
34+
"ruff==0.14.6"
3535
]
3636
lint = [
3737
"codespell==2.4.1",
3838
"pyright==1.1.407"
3939
]
4040
unit = [
41-
"coverage[toml]==7.11.3; python_version >= '3.10'",
41+
"coverage[toml]==7.12.0; python_version >= '3.10'",
4242
"pytest==9.0.1; python_version >= '3.10'"
4343
]
4444

0 commit comments

Comments
 (0)