summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-08-01 18:07:00 +1000
committerGitHub <noreply@github.com>2020-08-01 18:07:00 +1000
commit5bdf36152ab9302eada49ead7a106d2dc666b9c5 (patch)
treeaaa98dcd56bad0e7721db3fd7292d4890cfc23b0
parent094d3d9b97f76623c2ccaadc73423afef9221699 (diff)
parenta9ee66d9053e8f188ad1af90dea042381aaa9921 (diff)
Merge pull request #498 from sshuttle/dependabot/pip/pytest-6.0.1
Bump pytest from 6.0.0 to 6.0.1
-rw-r--r--requirements-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 581aa2d..d9aceff 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,6 +1,6 @@
-r requirements.txt
attrs==19.3.0
-pytest==6.0.0
+pytest==6.0.1
pytest-cov==2.10.0
mock==2.0.0
flake8==3.8.3