summaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorAlexander Smirnov <[email protected]>2025-03-27 02:51:55 +0000
committerAlexander Smirnov <[email protected]>2025-03-27 02:51:55 +0000
commit6e246186a09027f856526fa121081f7f29d13ad0 (patch)
tree4417aadaaf3b67f4717cc1f4cac6655df9925148 /contrib/python
parenta94e17d6f1560c5e0953f69229e498c54092ac58 (diff)
parent2c915cbc15c53187d868c12db9ee12c3f78e2e4c (diff)
Merge pull request #16299 from ydb-platform/merge-libs-250327-0050
Diffstat (limited to 'contrib/python')
-rw-r--r--contrib/python/responses/py3/.dist-info/METADATA3
-rw-r--r--contrib/python/responses/py3/ya.make2
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/responses/py3/.dist-info/METADATA b/contrib/python/responses/py3/.dist-info/METADATA
index 69687eb48a1..f5e0301e46f 100644
--- a/contrib/python/responses/py3/.dist-info/METADATA
+++ b/contrib/python/responses/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: responses
-Version: 0.25.6
+Version: 0.25.7
Summary: A utility library for mocking out the `requests` Python library.
Home-page: https://github.com/getsentry/responses
Author: David Cramer
@@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
diff --git a/contrib/python/responses/py3/ya.make b/contrib/python/responses/py3/ya.make
index f706b20e796..0b191e6b131 100644
--- a/contrib/python/responses/py3/ya.make
+++ b/contrib/python/responses/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(0.25.6)
+VERSION(0.25.7)
LICENSE(Apache-2.0)