aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-10-11 07:24:06 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-10-11 07:43:48 +0300
commiteb40aa53ed07f49d457e66985da8121db25726a1 (patch)
treef0685247c466da55559fd32969d2d4b1c6c4c0a8
parent11a2bf36eda43dad302d5b42e56f933c7b9e178c (diff)
downloadydb-eb40aa53ed07f49d457e66985da8121db25726a1.tar.gz
Update contrib/python/boto3/py3 to 1.28.55
-rw-r--r--contrib/python/boto3/py3/.dist-info/METADATA6
-rw-r--r--contrib/python/boto3/py3/boto3/__init__.py2
-rw-r--r--contrib/python/boto3/py3/ya.make2
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA
index 9cf44be3bd9..17203fa48f7 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.28.54
+Version: 1.28.55
Summary: The AWS SDK for Python
Home-page: https://github.com/boto/boto3
Author: Amazon Web Services
@@ -24,9 +24,9 @@ Classifier: Programming Language :: Python :: 3.12
Requires-Python: >= 3.7
License-File: LICENSE
License-File: NOTICE
-Requires-Dist: botocore (<1.32.0,>=1.31.54)
+Requires-Dist: botocore (<1.32.0,>=1.31.55)
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
-Requires-Dist: s3transfer (<0.7.0,>=0.6.0)
+Requires-Dist: s3transfer (<0.8.0,>=0.7.0)
Provides-Extra: crt
Requires-Dist: botocore[crt] (<2.0a0,>=1.21.0) ; extra == 'crt'
diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py
index ce6a5ae2207..000bcfe621a 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.28.54'
+__version__ = '1.28.55'
# The default Boto3 session; autoloaded when needed.
diff --git a/contrib/python/boto3/py3/ya.make b/contrib/python/boto3/py3/ya.make
index ffd3bb38f92..e8c02ed8482 100644
--- a/contrib/python/boto3/py3/ya.make
+++ b/contrib/python/boto3/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(1.28.54)
+VERSION(1.28.55)
LICENSE(Apache-2.0)