diff options
author | arcadia-devtools <[email protected]> | 2022-04-08 11:12:23 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-04-08 11:12:23 +0300 |
commit | fcbee24ed9ba75755cbd9ba15cc53e493c47f795 (patch) | |
tree | bbd77f2c2e2d2781e8fc53bc22e36e0bd5539080 /contrib/python/boto3 | |
parent | 9f27bcb9b900c8c78129176724b614604c462022 (diff) |
intermediate changes
ref:1d0edaaab2fb7e38b2752aa0f8a3126791513196
Diffstat (limited to 'contrib/python/boto3')
-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 1012e6306b4..b5e1ad61dff 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.35 +Version: 1.21.36 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.35) +Requires-Dist: botocore (<1.25.0,>=1.24.36) 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 24e1ba642ea..d7ffa3ee4cf 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.35' +__version__ = '1.21.36' # The default Boto3 session; autoloaded when needed. |