about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hypothesis
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-20 23:05:35 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:50 +0100
commit046c4020a5ab572371f3beed1951455fe0d6198f (patch)
tree3e687999048093459b1c506bc6860305f9048e91 /pkgs/development/python-modules/hypothesis
parent42a535b49cb7b383e5b721756927ba1bf40551ff (diff)
python3Packages.hypothesis: 4.41.0 -> 4.56.1
Diffstat (limited to 'pkgs/development/python-modules/hypothesis')
-rw-r--r--pkgs/development/python-modules/hypothesis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix
index 9e3b0cdc894c6..fdb5a69ddd796 100644
--- a/pkgs/development/python-modules/hypothesis/default.nix
+++ b/pkgs/development/python-modules/hypothesis/default.nix
@@ -9,7 +9,7 @@ buildPythonPackage rec {
   # pytz fake_factory django numpy pytest
   # If you need these, you can just add them to your environment.
 
-  version = "4.41.0";
+  version = "4.56.1";
   pname = "hypothesis";
 
   # Use github tarballs that includes tests