summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-13 09:40:37 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-13 09:40:37 -0800
commit2c4a865f691eeac6f6e2c861377bd3488e963de0 (patch)
tree78f787a1507747b2a36f28131f64086b6d2cb394
parent8c98495861105f0d5851e375dbfcacd6aa31ae7b (diff)
downloadnatsort-2c4a865f691eeac6f6e2c861377bd3488e963de0.tar.gz
Update to a Python3.4-compatible hypothesis version
-rw-r--r--dev/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/requirements.txt b/dev/requirements.txt
index 769af62..d20b196 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -11,7 +11,7 @@ contextlib2==0.6.0.post1 # via importlib-metadata
coverage==4.5.4
enum34==1.1.6 # via hypothesis
funcsigs==1.0.2 # via mock, pytest
-hypothesis==4.44.2
+hypothesis==4.13.0
importlib-metadata==0.23 # via pluggy, pytest
mock==3.0.5 # via pytest-mock
more-itertools==5.0.0 # via pytest, zipp