diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-11 07:47:47 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-11 07:55:01 +0300 |
commit | f23341d903ec562ebc7da4b59f59fe5c06a8522c (patch) | |
tree | 2a07040f1adcfdc4dde40a41928a35c11b82ce77 /contrib/python/requests-mock/py3/ya.make | |
parent | ca7c60d70c549b4464557560f4d6761a3cb1aefe (diff) | |
download | ydb-f23341d903ec562ebc7da4b59f59fe5c06a8522c.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/requests-mock/py3/ya.make')
-rw-r--r-- | contrib/python/requests-mock/py3/ya.make | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/python/requests-mock/py3/ya.make b/contrib/python/requests-mock/py3/ya.make index b022b84019..d54c1b3e5a 100644 --- a/contrib/python/requests-mock/py3/ya.make +++ b/contrib/python/requests-mock/py3/ya.make @@ -2,13 +2,12 @@ PY3_LIBRARY() -VERSION(1.11.0) +VERSION(1.12.0) LICENSE(Apache-2.0) PEERDIR( contrib/python/requests - contrib/python/six ) NO_LINT() @@ -24,7 +23,6 @@ PY_SRCS( requests_mock/__init__.pyi requests_mock/adapter.py requests_mock/adapter.pyi - requests_mock/compat.py requests_mock/contrib/__init__.py requests_mock/contrib/_pytest_plugin.py requests_mock/contrib/_pytest_plugin.pyi |