diff --git a/dependencies/default/constraints.txt b/dependencies/default/constraints.txt index a2618f52..a9a0844c 100644 --- a/dependencies/default/constraints.txt +++ b/dependencies/default/constraints.txt @@ -1,6 +1,6 @@ async-generator==1.10 attrs==21.4.0 -coverage==6.2 +coverage==6.3.2 flaky==3.7.0 hypothesis==6.39.6 idna==3.3 diff --git a/dependencies/pytest-min/constraints.txt b/dependencies/pytest-min/constraints.txt index a221d503..e08c0f1b 100644 --- a/dependencies/pytest-min/constraints.txt +++ b/dependencies/pytest-min/constraints.txt @@ -1,6 +1,6 @@ async-generator==1.10 attrs==21.4.0 -coverage==6.2 +coverage==6.3.2 flaky==3.7.0 hypothesis==6.39.6 idna==3.3 diff --git a/setup.cfg b/setup.cfg index a399fb45..a0e08d97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = [options.extras_require] testing = - coverage==6.2 + coverage >= 6.2 hypothesis >= 5.7.1 flaky >= 3.5.0 mypy >= 0.931