aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/boto3
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-07-07 15:37:29 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-07-07 15:37:29 +0300
commit738d38c64668549cf891563217279af0881109fd (patch)
treef21483e1af3f006744d4fcf2f4564870acba76a3 /contrib/python/boto3
parentf099bc8c4dab3931f0fcd6ccb23177477c92118b (diff)
downloadydb-738d38c64668549cf891563217279af0881109fd.tar.gz
intermediate changes
ref:677a151ba17937cd4a624305c50645acade037dc
Diffstat (limited to 'contrib/python/boto3')
-rw-r--r--contrib/python/boto3/py3/.dist-info/METADATA4
-rw-r--r--contrib/python/boto3/py3/boto3/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA
index c63ff331c9..1199eb784c 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.24.14
+Version: 1.24.15
Summary: The AWS SDK for Python
Home-page: https://github.com/boto/boto3
Author: Amazon Web Services
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.11
Requires-Python: >= 3.7
License-File: LICENSE
License-File: NOTICE
-Requires-Dist: botocore (<1.28.0,>=1.27.14)
+Requires-Dist: botocore (<1.28.0,>=1.27.15)
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
Requires-Dist: s3transfer (<0.7.0,>=0.6.0)
Provides-Extra: crt
diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py
index 704ef25ae4..257404e911 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.24.14'
+__version__ = '1.24.15'
# The default Boto3 session; autoloaded when needed.