summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-05-04 13:10:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-05-04 13:10:01 -0400
commitc776c901aa9b3214be815ceee9f179f47bcd86d8 (patch)
tree79701e431099a7693de60ba803f1f6e7ca1b1289 /requirements
parent27785825514b0b23deb205a00b525c514fcca5d0 (diff)
downloadpython-coveragepy-git-c776c901aa9b3214be815ceee9f179f47bcd86d8.tar.gz
chore: update two dependencies
Diffstat (limited to 'requirements')
-rw-r--r--requirements/pytest.pip2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 498c1825..b0fb9db9 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -5,7 +5,7 @@
# The pytest specifics used by coverage.py
-pytest==6.2.3
+pytest==6.2.4
pytest-xdist==2.2.1
flaky==3.7.0
# Use a fork of PyContracts that supports Python 3.9