diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-13 08:10:17 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-13 08:10:17 +0300 |
commit | cfc71664d70fabe9ad0248e86054677360a00db0 (patch) | |
tree | 9c6f8727f97a7674dc34f7280e9235772072b0e5 /contrib/python | |
parent | 36b56c5b9dea3ff9a3d4e04b9be5aa2e89f298e1 (diff) | |
download | ydb-cfc71664d70fabe9ad0248e86054677360a00db0.tar.gz |
intermediate changes
ref:72583384aa102de5c5f76df7e2c0a468ed9ee5d7
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 b29c2cf313e..1b2440afd2b 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.2 +Version: 1.22.3 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.2) +Requires-Dist: botocore (<1.26.0,>=1.25.3) 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 76dad7b9738..dcacc08db6c 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.2' +__version__ = '1.22.3' # The default Boto3 session; autoloaded when needed. |