aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-12-01 08:03:38 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-12-01 08:23:16 +0300
commit7ce4c0bcc00d2d3b8c7b2b655d6ded409b07de5c (patch)
tree5f074e6e190cbcd8a365443f56474b1584647d27
parentdaa13a041fb3abb4eb601846282c2398523e39d2 (diff)
downloadydb-7ce4c0bcc00d2d3b8c7b2b655d6ded409b07de5c.tar.gz
Update contrib/python/boto3/py3 to 1.29.2
-rw-r--r--contrib/python/boto3/py3/.dist-info/METADATA4
-rw-r--r--contrib/python/boto3/py3/boto3/__init__.py2
-rw-r--r--contrib/python/boto3/py3/ya.make2
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA
index e9a776fae1..e10630d314 100644
--- a/contrib/python/boto3/py3/.dist-info/METADATA
+++ b/contrib/python/boto3/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: boto3
-Version: 1.29.1
+Version: 1.29.2
Summary: The AWS SDK for Python
Home-page: https://github.com/boto/boto3
Author: Amazon Web Services
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.12
Requires-Python: >= 3.7
License-File: LICENSE
License-File: NOTICE
-Requires-Dist: botocore (<1.33.0,>=1.32.1)
+Requires-Dist: botocore (<1.33.0,>=1.32.2)
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
Requires-Dist: s3transfer (<0.8.0,>=0.7.0)
Provides-Extra: crt
diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py
index 906363bd57..74b8cee328 100644
--- a/contrib/python/boto3/py3/boto3/__init__.py
+++ b/contrib/python/boto3/py3/boto3/__init__.py
@@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python
from boto3.session import Session
__author__ = 'Amazon Web Services'
-__version__ = '1.29.1'
+__version__ = '1.29.2'
# The default Boto3 session; autoloaded when needed.
diff --git a/contrib/python/boto3/py3/ya.make b/contrib/python/boto3/py3/ya.make
index 8a094d9003..4bc67c16f1 100644
--- a/contrib/python/boto3/py3/ya.make
+++ b/contrib/python/boto3/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(1.29.1)
+VERSION(1.29.2)
LICENSE(Apache-2.0)