diff options
| author | robot-contrib <[email protected]> | 2023-11-17 07:34:10 +0300 |
|---|---|---|
| committer | robot-contrib <[email protected]> | 2023-11-17 08:07:11 +0300 |
| commit | 724ed3487095006213df95a9264fc87f234e336c (patch) | |
| tree | 3bee0d898741775435c66740b9c2601591ab62cf /contrib/python | |
| parent | f6447835388118e68cfb7f82256a3085c7884d4b (diff) | |
Update contrib/python/boto3/py3 to 1.28.77
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 | ||||
| -rw-r--r-- | contrib/python/boto3/py3/ya.make | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index a46d9f24235..b7a016eb10f 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.28.76 +Version: 1.28.77 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.12 Requires-Python: >= 3.7 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.32.0,>=1.31.76) +Requires-Dist: botocore (<1.32.0,>=1.31.77) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.8.0,>=0.7.0) Provides-Extra: crt diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index 003ea328458..f924f4a4518 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.28.76' +__version__ = '1.28.77' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/boto3/py3/ya.make b/contrib/python/boto3/py3/ya.make index 2251d33f313..4d5df565709 100644 --- a/contrib/python/boto3/py3/ya.make +++ b/contrib/python/boto3/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(1.28.76) +VERSION(1.28.77) LICENSE(Apache-2.0) |
