summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-07-31 07:57:58 +1000
committerGitHub <noreply@github.com>2020-07-31 07:57:58 +1000
commit094d3d9b97f76623c2ccaadc73423afef9221699 (patch)
treed699f259ee99b0185ef4dafd3b7a32d88ffd551e
parent319c122861d09d85f2391c0ae169550be199872e (diff)
parent19b677892e1c800da40e205a782d1be6112c27ef (diff)
Merge pull request #497 from sshuttle/dependabot/pip/pytest-6.0.0
Bump pytest from 5.4.3 to 6.0.0
-rw-r--r--requirements-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 1a45152..581aa2d 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,6 +1,6 @@
-r requirements.txt
attrs==19.3.0
-pytest==5.4.3
+pytest==6.0.0
pytest-cov==2.10.0
mock==2.0.0
flake8==3.8.3