summaryrefslogtreecommitdiff
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
parent27785825514b0b23deb205a00b525c514fcca5d0 (diff)
downloadpython-coveragepy-git-c776c901aa9b3214be815ceee9f179f47bcd86d8.tar.gz
chore: update two dependencies
-rw-r--r--doc/requirements.pip2
-rw-r--r--requirements/pytest.pip2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 9604e5c0..a8bec030 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -8,7 +8,7 @@ doc8==0.8.1
pyenchant==3.2.0
sphinx==3.5.4
sphinxcontrib-restbuilder==0.3
-sphinxcontrib-spelling==7.1.0
+sphinxcontrib-spelling==7.2.1
sphinx_rtd_theme==0.5.2
sphinx-autobuild==2021.3.14
sphinx-tabs==2.1.0
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