diff options
author | arcadia-devtools <[email protected]> | 2022-07-06 12:38:23 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-07-06 12:38:23 +0300 |
commit | d04361ac151f173aaca9bcd3f5ba6e4a519ec86d (patch) | |
tree | 3337fe0af2524f8defda5623d692e516eed884b7 /contrib/python/boto3 | |
parent | ab335cdfc65f7e7e465775b4516c9c9582d988ef (diff) |
intermediate changes
ref:dea7b584c1d00450b8605b2a4e0df58915ee403d
Diffstat (limited to 'contrib/python/boto3')
-rw-r--r-- | contrib/python/boto3/py3/.dist-info/METADATA | 5 | ||||
-rw-r--r-- | contrib/python/boto3/py3/boto3/__init__.py | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index 57aa3ca16fe..c63ff331c90 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.24.12 +Version: 1.24.14 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -18,10 +18,11 @@ Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Requires-Python: >= 3.7 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.28.0,>=1.27.12) +Requires-Dist: botocore (<1.28.0,>=1.27.14) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.7.0,>=0.6.0) Provides-Extra: crt diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index 13f22a18280..704ef25ae4c 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.24.12' +__version__ = '1.24.14' # The default Boto3 session; autoloaded when needed. |