Skip to content

Commit 106fa28

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

File tree

2 files changed

+122
-122
lines changed

2 files changed

+122
-122
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ lib = [
3131
"psycopg2>=2.9.10",
3232
]
3333
format = [
34-
"ruff==0.14.7"
34+
"ruff==0.14.8"
3535
]
3636
lint = [
3737
"codespell==2.4.1",
3838
"pyright==1.1.407"
3939
]
4040
unit = [
41-
"coverage[toml]==7.12.0; python_version >= '3.10'",
42-
"pytest==9.0.1; python_version >= '3.10'"
41+
"coverage[toml]==7.13.0; python_version >= '3.10'",
42+
"pytest==9.0.2; python_version >= '3.10'"
4343
]
4444

4545
# Testing tools configuration

0 commit comments

Comments
 (0)