diff options
author | arcadia-devtools <[email protected]> | 2022-05-27 11:53:22 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-05-27 11:53:22 +0300 |
commit | 7a726dd33a56a13def3a2a408db847290055e991 (patch) | |
tree | eb4ea3c097da4b9586bb46b4047224f94538360f /contrib/python/boto3 | |
parent | 74bd5659a592f9f61b20f0cd6fbc7649ab47a80e (diff) |
intermediate changes
ref:ff2c8177a82eb5072e43464486adf92b46192950
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 f90dcbad8bf..f4c32f994e9 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.12 +Version: 1.22.13 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.12) +Requires-Dist: botocore (<1.26.0,>=1.25.13) 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 cea783f6f4c..a65b015b934 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.12' +__version__ = '1.22.13' # The default Boto3 session; autoloaded when needed. |