diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-06 08:17:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-06 08:17:56 +0300 |
commit | 92650654c32edb5ebe6be439e3c830a7d2cbc6ca (patch) | |
tree | ee66c2e1af6dee4699960d0085662e59e8faa902 /contrib/python | |
parent | 4113fc53b2ae785a2e21df687d5fc80798f616cd (diff) | |
download | ydb-92650654c32edb5ebe6be439e3c830a7d2cbc6ca.tar.gz |
intermediate changes
ref:c1ae71bcb2ac2496b95d0fef738371f027ee107a
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/boto3/py3/.dist-info/METADATA | 4 | ||||
-rw-r--r-- | contrib/python/boto3/py3/boto3/__init__.py | 2 |
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 379f93104be..9af67d3d5cd 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.32 +Version: 1.21.33 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.32) +Requires-Dist: botocore (<1.25.0,>=1.24.33) 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 8bbe48db1a9..f27afdf778d 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.32' +__version__ = '1.21.33' # The default Boto3 session; autoloaded when needed. |