diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-27 07:42:24 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-27 08:03:56 +0300 |
commit | a9612d30a643a394d14807bc73b6b1afcd8fd32b (patch) | |
tree | 4ca7929cf9c902ecc22d24284a2291b8dc927b4b | |
parent | 88fe541748621e6416520240c54455f54091cfeb (diff) | |
download | ydb-a9612d30a643a394d14807bc73b6b1afcd8fd32b.tar.gz |
Update contrib/python/boto3/py3 to 1.28.63
-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 8756ea4c56..f4c604056b 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.62 +Version: 1.28.63 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.62) +Requires-Dist: botocore (<1.32.0,>=1.31.63) 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 670a503278..d0391648fa 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.62' +__version__ = '1.28.63' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/boto3/py3/ya.make b/contrib/python/boto3/py3/ya.make index 6e7dad511d..0e885e88e5 100644 --- a/contrib/python/boto3/py3/ya.make +++ b/contrib/python/boto3/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(1.28.62) +VERSION(1.28.63) LICENSE(Apache-2.0) |