summaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorAlexander Smirnov <[email protected]>2025-03-27 00:51:47 +0000
committerAlexander Smirnov <[email protected]>2025-03-27 00:51:47 +0000
commitbeac5ae7530d5237a8337c204680dfa82b9a327b (patch)
tree09e07365b081f96d7649125a8eba5b133158a307 /contrib/python
parent8a9a129f6051029bef292c41f17cbfbced156610 (diff)
parent49af5333f4d5d6a10e2ed0a5b8853f2a04540f8a (diff)
Merge branch 'rightlib' into 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)