Skip to content

Commit 6748b7c

Browse files
Update Python dependencies (#28)
* Update Python dependencies * Bump unit tests min version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dragomir Penev <[email protected]>
1 parent 4082454 commit 6748b7c

File tree

2 files changed

+142
-154
lines changed

2 files changed

+142
-154
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ lib = [
2323
"psycopg2>=2.9.10",
2424
]
2525
format = [
26-
"ruff==0.14.0"
26+
"ruff==0.14.1"
2727
]
2828
lint = [
2929
"codespell==2.4.1",
3030
"pyright==1.1.406"
3131
]
3232
unit = [
33-
"coverage[toml]==7.10.7; python_version > '3.8'",
34-
"pytest==8.4.2; python_version >= '3.9'"
33+
"coverage[toml]==7.11.0; python_version >= '3.10'",
34+
"pytest==8.4.2; python_version >= '3.10'"
3535
]
3636

3737
# Testing tools configuration

0 commit comments

Comments
 (0)