diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-05-14 10:31:05 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-05-14 10:53:07 +0300 |
commit | d793e867ea03153bcacd2baa811a1c111ccc70bf (patch) | |
tree | ccaae78f97253858cf25aef0e81a19aeec3e2834 /contrib/python/allure-pytest | |
parent | 286dbc77293811055ff4f9303cd376eff9e50104 (diff) | |
download | ydb-d793e867ea03153bcacd2baa811a1c111ccc70bf.tar.gz |
Intermediate changes
commit_hash:7679782635e569e8ee2523417b63253837479b59
Diffstat (limited to 'contrib/python/allure-pytest')
-rw-r--r-- | contrib/python/allure-pytest/.dist-info/METADATA | 4 | ||||
-rw-r--r-- | contrib/python/allure-pytest/ya.make | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/allure-pytest/.dist-info/METADATA b/contrib/python/allure-pytest/.dist-info/METADATA index 069d5d6901e..8da0e7a49e8 100644 --- a/contrib/python/allure-pytest/.dist-info/METADATA +++ b/contrib/python/allure-pytest/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: allure-pytest -Version: 2.14.0 +Version: 2.14.1 Summary: Allure pytest integration Home-page: https://allurereport.org/ Author: Qameta Software Inc., Stanislav Seliverstov @@ -25,7 +25,7 @@ Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Description-Content-Type: text/markdown Requires-Dist: pytest>=4.5.0 -Requires-Dist: allure-python-commons==2.14.0 +Requires-Dist: allure-python-commons==2.14.1 Dynamic: author Dynamic: author-email Dynamic: classifier diff --git a/contrib/python/allure-pytest/ya.make b/contrib/python/allure-pytest/ya.make index f3530d05674..cf244ed539c 100644 --- a/contrib/python/allure-pytest/ya.make +++ b/contrib/python/allure-pytest/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(2.14.0) +VERSION(2.14.1) LICENSE(Apache-2.0) |