diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-23 07:35:09 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-23 08:01:19 +0300 |
commit | 0089242a89b6da1e6046f22761ff43568eebc4fe (patch) | |
tree | 0d741e29797bc552af1198d793a1c5c1dca82500 /contrib | |
parent | 64f73899e5bb983305eab55e8c20ecc42e7bd98b (diff) | |
download | ydb-0089242a89b6da1e6046f22761ff43568eebc4fe.tar.gz |
Update contrib/python/boto3/py3 to 1.28.79
Diffstat (limited to 'contrib')
-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 6ee5070cbe..3a92380c63 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.78 +Version: 1.28.79 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.78) +Requires-Dist: botocore (<1.32.0,>=1.31.79) 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 a3453f0922..d6f672a198 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.78' +__version__ = '1.28.79' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/boto3/py3/ya.make b/contrib/python/boto3/py3/ya.make index b808c4a465..ce82fbbd63 100644 --- a/contrib/python/boto3/py3/ya.make +++ b/contrib/python/boto3/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(1.28.78) +VERSION(1.28.79) LICENSE(Apache-2.0) |