diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-09-29 13:47:15 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-09-29 15:15:36 -0400 |
commit | 0ded3df77d1bea48f98c33608f2c251a2da0744b (patch) | |
tree | 5f15c6e61b58d3d7ed1b15f56c155ff5bb7105eb /requirements/pytest.pip | |
parent | 5bcfc263c54cb0229b6a39840ab961005536818e (diff) | |
download | python-coveragepy-git-0ded3df77d1bea48f98c33608f2c251a2da0744b.tar.gz |
chore: update requirements
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 |