diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-08 17:10:05 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:18:57 +0300 |
commit | c3aeaf50a59a913402896eaddfe07ef0b9312e83 (patch) | |
tree | b1b1e1c112459e0ff307ca363116636f7477e6ec /contrib/python/pluggy/py3/ya.make | |
parent | 05cec57c0cf6f640048593124d360162ade5efba (diff) | |
download | ydb-c3aeaf50a59a913402896eaddfe07ef0b9312e83.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/pluggy/py3/ya.make')
-rw-r--r-- | contrib/python/pluggy/py3/ya.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/python/pluggy/py3/ya.make b/contrib/python/pluggy/py3/ya.make index 7302e7c37d..8dc442cdd1 100644 --- a/contrib/python/pluggy/py3/ya.make +++ b/contrib/python/pluggy/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(1.3.0) +VERSION(1.4.0) LICENSE(MIT) @@ -17,6 +17,7 @@ PY_SRCS( pluggy/_result.py pluggy/_tracing.py pluggy/_version.py + pluggy/_warnings.py ) RESOURCE_FILES( |