Skip to content

Commit 771f5f4

Browse files
Update Python dependencies
1 parent f6cb835 commit 771f5f4

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.9"
34+
"ruff==0.14.10"
3535
]
3636
lint = [
3737
"codespell==2.4.1",
3838
"pyright==1.1.407"
3939
]
4040
unit = [
41-
"coverage[toml]==7.13.0; python_version >= '3.10'",
41+
"coverage[toml]==7.13.1; python_version >= '3.10'",
4242
"pytest==9.0.2; python_version >= '3.10'"
4343
]
4444

0 commit comments

Comments
 (0)