summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--dev/requirements.txt26
2 files changed, 14 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b1e274..442ecba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Unreleased
- Updated auxillary shell scripts to be written in python, and added
ability to call these from `tox`
- Improved Travis-CI experience
+ - Update testing dependency versions
### Removed
- Support for Python 2
diff --git a/dev/requirements.txt b/dev/requirements.txt
index a7294a8..447f7f1 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -2,22 +2,22 @@
# This file is autogenerated by pip-compile
# To update, run:
#
-# pip-compile
+# pip-compile requirements.in
#
-atomicwrites==1.3.0 # via pytest
attrs==19.3.0 # via hypothesis, pytest
-coverage==4.5.4
-hypothesis==4.44.2
-importlib-metadata==0.23 # via pluggy, pytest
-more-itertools==7.2.0 # via pytest, zipp
-packaging==19.2 # via pytest
-pluggy==0.13.0 # via pytest
-py==1.8.0 # via pytest
-pyparsing==2.4.5 # via packaging
+coverage==5.0.2
+hypothesis==5.1.1
+importlib-metadata==1.3.0 # via pluggy, pytest
+more-itertools==8.0.2 # via pytest, zipp
+packaging==20.0 # via pytest
+pluggy==0.13.1 # via pytest
+py==1.8.1 # via pytest
+pyparsing==2.4.6 # via packaging
pytest-cov==2.8.1
-pytest-mock==1.11.2
-pytest==5.2.2
+pytest-mock==2.0.0
+pytest==5.3.2
semver==2.9.0
six==1.13.0 # via packaging
-wcwidth==0.1.7 # via pytest
+sortedcontainers==2.1.0 # via hypothesis
+wcwidth==0.1.8 # via pytest
zipp==0.6.0 # via importlib-metadata