Skip to content

Commit 03be591

Browse files
Bump the pip group with 5 updates (#157)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lev Vereshchagin <[email protected]>
1 parent 4fa8def commit 03be591

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ version = "0"
77
dev = [
88
"anyio==4.10.0",
99
"faker==37.6.0",
10-
"hypothesis==6.138.11",
10+
"hypothesis==6.138.15",
1111
"mypy==1.17.1",
1212
"polyfactory==2.22.2",
13-
"pytest==8.4.1",
14-
"pytest-cov==6.2.1",
15-
"pytest-rerunfailures==16.0",
16-
"ruff==0.9.3",
13+
"pytest==8.4.2",
14+
"pytest-cov==6.3.0",
15+
"pytest-rerunfailures==16.0.1",
16+
"ruff==0.12.12",
1717
"uvloop==0.21.0",
1818
]
1919

@@ -56,7 +56,7 @@ ignore = [
5656
extend-per-file-ignores = { "*/test_*/*" = ["S101", "SLF001", "ARG", "PLR6301"] }
5757

5858
[tool.pytest.ini_options]
59-
addopts = "--cov -s -vv --reruns 2 --only-rerun FailedAllConnectAttemptsError"
59+
addopts = "--cov -s -vv --reruns 4 --only-rerun FailedAllConnectAttemptsError"
6060

6161
[tool.coverage.report]
6262
skip_covered = true

0 commit comments

Comments
 (0)