Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

[Doppins] Upgrade dependency hypothesis to ==3.45.1 #118

Merged
merged 21 commits into from
Feb 18, 2018
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e8af004
Upgrade dependency hypothesis to ==3.44.7
doppins-bot Jan 4, 2018
9864a2d
Upgrade dependency hypothesis to ==3.44.8
doppins-bot Jan 6, 2018
4280c34
Upgrade dependency hypothesis to ==3.44.9
doppins-bot Jan 6, 2018
c888470
Upgrade dependency hypothesis to ==3.44.10
doppins-bot Jan 6, 2018
d59dc60
Upgrade dependency hypothesis to ==3.44.11
doppins-bot Jan 6, 2018
d6ba522
Upgrade dependency hypothesis to ==3.44.12
doppins-bot Jan 7, 2018
523dc36
Upgrade dependency hypothesis to ==3.44.13
doppins-bot Jan 8, 2018
bc8f89f
Upgrade dependency hypothesis to ==3.44.14
doppins-bot Jan 8, 2018
aaaad3f
Upgrade dependency hypothesis to ==3.44.15
doppins-bot Jan 13, 2018
58812fc
Upgrade dependency hypothesis to ==3.44.16
doppins-bot Jan 13, 2018
839500f
Upgrade dependency hypothesis to ==3.44.18
doppins-bot Jan 20, 2018
c5b78da
Upgrade dependency hypothesis to ==3.44.19
doppins-bot Jan 21, 2018
7b89926
Upgrade dependency hypothesis to ==3.44.20
doppins-bot Jan 21, 2018
85b07b7
Upgrade dependency hypothesis to ==3.44.21
doppins-bot Jan 22, 2018
918f7a7
Upgrade dependency hypothesis to ==3.44.22
doppins-bot Jan 23, 2018
53a3ad6
Upgrade dependency hypothesis to ==3.44.23
doppins-bot Jan 24, 2018
94d642d
Upgrade dependency hypothesis to ==3.44.24
doppins-bot Jan 27, 2018
8bbc213
Upgrade dependency hypothesis to ==3.44.25
doppins-bot Feb 5, 2018
c82d6c5
Upgrade dependency hypothesis to ==3.44.26
doppins-bot Feb 5, 2018
d8d38c9
Upgrade dependency hypothesis to ==3.45.0
doppins-bot Feb 13, 2018
98391f7
Upgrade dependency hypothesis to ==3.45.1
doppins-bot Feb 17, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):

tests_require = [
'flake8==3.5.0',
'hypothesis==3.44.6',
'hypothesis==3.45.1',
# For python 2.6
'hypothesislegacysupport',
]
Expand Down