diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-03 10:37:37 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-03 10:37:37 +0300 |
commit | 41f55a521834080d9d703c099c0418cfff3a0546 (patch) | |
tree | 73fcb19945bb009a44b14e02eec9b4eaf42ca612 /contrib/python/boto3/py3 | |
parent | c2223fbf0e803777f408d879c541a9fc75efa07e (diff) | |
download | ydb-41f55a521834080d9d703c099c0418cfff3a0546.tar.gz |
intermediate changes
ref:21911da5bd3751c1ecffa9df46b0b1a6a2d97835
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 7a0783d83d..25b2eff8cd 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.23.3 +Version: 1.23.4 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.27.0,>=1.26.3) +Requires-Dist: botocore (<1.27.0,>=1.26.4) 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 10a62ecf0d..aec97326e5 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.23.3' +__version__ = '1.23.4' # The default Boto3 session; autoloaded when needed. |