diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-19 21:03:47 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-19 21:03:47 +0300 |
commit | e93e00c9b7cceb60175c1e14bddcf5cc0bb1c0ee (patch) | |
tree | dbc46227717dd2a816d3fde8101d00a3ec9de90f /contrib/python/pytest/py3/_pytest/_version.py | |
parent | cc49c847a508414f54b411230615572f7aa20a14 (diff) | |
download | ydb-e93e00c9b7cceb60175c1e14bddcf5cc0bb1c0ee.tar.gz |
intermediate changes
ref:ceeec27152a9bf5c4e5085ccf698f679946da418
Diffstat (limited to 'contrib/python/pytest/py3/_pytest/_version.py')
-rw-r--r-- | contrib/python/pytest/py3/_pytest/_version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/pytest/py3/_pytest/_version.py b/contrib/python/pytest/py3/_pytest/_version.py index 8a09b04a9d2..5fe9be4576d 100644 --- a/contrib/python/pytest/py3/_pytest/_version.py +++ b/contrib/python/pytest/py3/_pytest/_version.py @@ -1,5 +1,5 @@ # coding: utf-8 # file generated by setuptools_scm # don't change, don't track in version control -version = '7.1.0' -version_tuple = (7, 1, 0) +version = '7.1.1' +version_tuple = (7, 1, 1) |