diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-20 09:31:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-20 09:31:56 +0300 |
commit | 7c5ef80ca50146b064998f5dc286dd01268bc928 (patch) | |
tree | d305935c3d876d5dfb37ad2bd17171db9a7727af /contrib/python/boto3/py3 | |
parent | ee54d8af63bf648a8395f7f3280569c4621e6617 (diff) | |
download | ydb-7c5ef80ca50146b064998f5dc286dd01268bc928.tar.gz |
intermediate changes
ref:155c43daa752c596819ecbaa15376ea6e53e078f
Diffstat (limited to 'contrib/python/boto3/py3')
-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 e7fbde789d..6f4793b5f5 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.22.7 +Version: 1.22.8 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.26.0,>=1.25.7) +Requires-Dist: botocore (<1.26.0,>=1.25.8) 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 3099fed84e..75f9a1b9cf 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.22.7' +__version__ = '1.22.8' # The default Boto3 session; autoloaded when needed. |