diff --git a/pyproject.toml b/pyproject.toml index f0ee291..44bf75c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,13 @@ version = "0" dev = [ "anyio==4.10.0", "faker==37.6.0", - "hypothesis==6.138.11", + "hypothesis==6.138.15", "mypy==1.17.1", "polyfactory==2.22.2", - "pytest==8.4.1", - "pytest-cov==6.2.1", - "pytest-rerunfailures==16.0", - "ruff==0.9.3", + "pytest==8.4.2", + "pytest-cov==6.3.0", + "pytest-rerunfailures==16.0.1", + "ruff==0.12.12", "uvloop==0.21.0", ] @@ -56,7 +56,7 @@ ignore = [ extend-per-file-ignores = { "*/test_*/*" = ["S101", "SLF001", "ARG", "PLR6301"] } [tool.pytest.ini_options] -addopts = "--cov -s -vv --reruns 2 --only-rerun FailedAllConnectAttemptsError" +addopts = "--cov -s -vv --reruns 4 --only-rerun FailedAllConnectAttemptsError" [tool.coverage.report] skip_covered = true