diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-13 14:03:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-13 14:09:35 +0300 |
commit | 3fddd05c708d5078858c4da1716e6cc28ef3815a (patch) | |
tree | 0e35e4ea770770fc9a6e6d209a93f0a40cb5e283 /contrib | |
parent | 92aa08112896f9f3fb5b6c124b7eff16fcedcb95 (diff) | |
download | ydb-3fddd05c708d5078858c4da1716e6cc28ef3815a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/python/requests-mock/py3/.dist-info/METADATA | 3 | ||||
-rw-r--r-- | contrib/python/requests-mock/py3/ya.make | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/requests-mock/py3/.dist-info/METADATA b/contrib/python/requests-mock/py3/.dist-info/METADATA index 6ce8ea41a6..1140c6ced2 100644 --- a/contrib/python/requests-mock/py3/.dist-info/METADATA +++ b/contrib/python/requests-mock/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: requests-mock -Version: 1.12.0 +Version: 1.12.1 Summary: Mock out responses from the requests package Home-page: https://requests-mock.readthedocs.io/ Author: Jamie Lennox @@ -22,6 +22,7 @@ Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Testing +Requires-Python: >=3.5 License-File: LICENSE Requires-Dist: requests <3,>=2.22 Provides-Extra: fixture diff --git a/contrib/python/requests-mock/py3/ya.make b/contrib/python/requests-mock/py3/ya.make index d54c1b3e5a..a8452fa562 100644 --- a/contrib/python/requests-mock/py3/ya.make +++ b/contrib/python/requests-mock/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(1.12.0) +VERSION(1.12.1) LICENSE(Apache-2.0) |