aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest-mock/py3/pytest_mock/_version.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-06-10 07:58:52 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-06-10 08:09:57 +0300
commit94c126df37bf4bb3865934508de384037935638b (patch)
tree8b2c60e867844547388f3266da370c9b8ea5e181 /contrib/python/pytest-mock/py3/pytest_mock/_version.py
parent686b7126cb55601e05506a4a890e6f442703306b (diff)
downloadydb-94c126df37bf4bb3865934508de384037935638b.tar.gz
Intermediate changes
commit_hash:1d18a3a019a737415b5508c62390d6373071cf9f
Diffstat (limited to 'contrib/python/pytest-mock/py3/pytest_mock/_version.py')
-rw-r--r--contrib/python/pytest-mock/py3/pytest_mock/_version.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/contrib/python/pytest-mock/py3/pytest_mock/_version.py b/contrib/python/pytest-mock/py3/pytest_mock/_version.py
index 431bd6d8195..7c4035f98f9 100644
--- a/contrib/python/pytest-mock/py3/pytest_mock/_version.py
+++ b/contrib/python/pytest-mock/py3/pytest_mock/_version.py
@@ -1,8 +1,13 @@
-# file generated by setuptools_scm
+# file generated by setuptools-scm
# don't change, don't track in version control
+
+__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
+
TYPE_CHECKING = False
if TYPE_CHECKING:
- from typing import Tuple, Union
+ from typing import Tuple
+ from typing import Union
+
VERSION_TUPLE = Tuple[Union[int, str], ...]
else:
VERSION_TUPLE = object
@@ -12,5 +17,5 @@ __version__: str
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE
-__version__ = version = '3.14.0'
-__version_tuple__ = version_tuple = (3, 14, 0)
+__version__ = version = '3.14.1'
+__version_tuple__ = version_tuple = (3, 14, 1)