aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/hypothesis/py3/.dist-info
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-09-09 00:01:29 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-09-09 00:09:57 +0300
commitc008a8208b6b86684b208b98fbffb96567cd9885 (patch)
tree4b8ecb5b6995b431dbc9dded94b3470270a5a251 /contrib/python/hypothesis/py3/.dist-info
parent88fe3c9bf2a36874fc9896b1b4b9d955f633a961 (diff)
downloadydb-c008a8208b6b86684b208b98fbffb96567cd9885.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/hypothesis/py3/.dist-info')
-rw-r--r--contrib/python/hypothesis/py3/.dist-info/METADATA10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/python/hypothesis/py3/.dist-info/METADATA b/contrib/python/hypothesis/py3/.dist-info/METADATA
index 3e743f0029..d1e09fb0ef 100644
--- a/contrib/python/hypothesis/py3/.dist-info/METADATA
+++ b/contrib/python/hypothesis/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: hypothesis
-Version: 6.111.1
+Version: 6.111.2
Summary: A library for property-based testing
Home-page: https://hypothesis.works
Author: David R. MacIver and Zac Hatfield-Dodds
@@ -41,10 +41,10 @@ Requires-Dist: exceptiongroup>=1.0.0; python_version < "3.11"
Provides-Extra: all
Requires-Dist: black>=19.10b0; extra == "all"
Requires-Dist: click>=7.0; extra == "all"
-Requires-Dist: crosshair-tool>=0.0.66; extra == "all"
+Requires-Dist: crosshair-tool>=0.0.70; extra == "all"
Requires-Dist: django>=3.2; extra == "all"
Requires-Dist: dpcontracts>=0.4; extra == "all"
-Requires-Dist: hypothesis-crosshair>=0.0.12; extra == "all"
+Requires-Dist: hypothesis-crosshair>=0.0.13; extra == "all"
Requires-Dist: lark>=0.10.1; extra == "all"
Requires-Dist: libcst>=0.3.16; extra == "all"
Requires-Dist: numpy>=1.17.3; extra == "all"
@@ -63,8 +63,8 @@ Requires-Dist: rich>=9.0.0; extra == "cli"
Provides-Extra: codemods
Requires-Dist: libcst>=0.3.16; extra == "codemods"
Provides-Extra: crosshair
-Requires-Dist: hypothesis-crosshair>=0.0.12; extra == "crosshair"
-Requires-Dist: crosshair-tool>=0.0.66; extra == "crosshair"
+Requires-Dist: hypothesis-crosshair>=0.0.13; extra == "crosshair"
+Requires-Dist: crosshair-tool>=0.0.70; extra == "crosshair"
Provides-Extra: dateutil
Requires-Dist: python-dateutil>=1.4; extra == "dateutil"
Provides-Extra: django