summaryrefslogtreecommitdiffstats
path: root/contrib/python/responses
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-03-26 07:36:52 +0300
committerrobot-piglet <[email protected]>2025-03-26 07:46:12 +0300
commit3964c08e0fe421c17345022ddb93d3eb211e8645 (patch)
tree858222f49d4a2d78061824c52055bec2082e460b /contrib/python/responses
parent3cbf1ec18f8931b168bc888ecdf9e86b9a09ca87 (diff)
Intermediate changes
commit_hash:c261af162c93d9d31c17f43b3938023b561727d0
Diffstat (limited to 'contrib/python/responses')
-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)