aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/boto3
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-04-09 12:18:00 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-04-09 12:18:00 +0300
commit41c0ca282300b7347a4551d1793b605ac1593733 (patch)
tree5aa02595034f37636091ec08b48144bc33b942f2 /contrib/python/boto3
parent3bbb3d7e7e261716b0a83c1a35022e5d36f7875f (diff)
downloadydb-41c0ca282300b7347a4551d1793b605ac1593733.tar.gz
intermediate changes
ref:30935020072ce517547ac9c1f3d61eb568059de5
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 b5e1ad61df..675a2b95bb 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.21.36
+Version: 1.21.37
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.10
Requires-Python: >= 3.6
License-File: LICENSE
License-File: NOTICE
-Requires-Dist: botocore (<1.25.0,>=1.24.36)
+Requires-Dist: botocore (<1.25.0,>=1.24.37)
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
Requires-Dist: s3transfer (<0.6.0,>=0.5.0)
Provides-Extra: crt
diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py
index d7ffa3ee4c..e1d55f2812 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.21.36'
+__version__ = '1.21.37'
# The default Boto3 session; autoloaded when needed.