diff options
author | Alexander Smirnov <[email protected]> | 2024-01-31 17:22:33 +0300 |
---|---|---|
committer | Alexander Smirnov <[email protected]> | 2024-01-31 17:22:33 +0300 |
commit | 52be5dbdd420165c68e7e90ba8f1d2f00da041f6 (patch) | |
tree | 5d47f5b2ff4e6a7c8e75d33931a1e683949b7229 /contrib/python/hypothesis/py3/ya.make | |
parent | ea57c8867ceca391357c3c5ffcc5ba6738b49adc (diff) | |
parent | 809f0cf2fdfddfbeacc2256ffdbaaf5808ce5ed4 (diff) |
Merge branch 'mergelibs12' into main
Diffstat (limited to 'contrib/python/hypothesis/py3/ya.make')
-rw-r--r-- | contrib/python/hypothesis/py3/ya.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/python/hypothesis/py3/ya.make b/contrib/python/hypothesis/py3/ya.make index 92b1d0c734e..476e93730ed 100644 --- a/contrib/python/hypothesis/py3/ya.make +++ b/contrib/python/hypothesis/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(6.92.8) +VERSION(6.94.0) LICENSE(MPL-2.0) @@ -20,6 +20,7 @@ NO_CHECK_IMPORTS( PY_SRCS( TOP_LEVEL _hypothesis_ftz_detector.py + _hypothesis_globals.py _hypothesis_pytestplugin.py hypothesis/__init__.py hypothesis/_settings.py |