diff options
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r-- | requirements/pytest.pip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 400967de..a6d804b3 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -6,9 +6,9 @@ # The pytest specifics used by coverage.py flaky==3.7.0 -hypothesis==6.14.6 -pytest==6.2.4 -pytest-xdist==2.3.0 +hypothesis==6.23.1 +pytest==6.2.5 +pytest-xdist==2.4.0 # Use a fork of PyContracts that supports Python 3.9 #PyContracts==1.8.12 git+https://github.com/slorg1/contracts@collections_and_validator |