diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-07 09:32:48 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-07 10:09:03 +0300 |
commit | cf262f50cc189b7d783e373e1a22b4425a56f9e4 (patch) | |
tree | 2b4758edbcb1241872adb58bd1b936ca5d833637 /contrib | |
parent | 7fc23c9676728ed8aca3f2915208c0bdd62f1c80 (diff) | |
download | ydb-cf262f50cc189b7d783e373e1a22b4425a56f9e4.tar.gz |
Update contrib/python/boto3/py3 to 1.28.53
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 e06330257e3..1c7a0cf973e 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.52 +Version: 1.28.53 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.52) +Requires-Dist: botocore (<1.32.0,>=1.31.53) 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 874c630a907..77d777c09b2 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.52' +__version__ = '1.28.53' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/boto3/py3/ya.make b/contrib/python/boto3/py3/ya.make index 5ea5ff1beef..3b564c10dd4 100644 --- a/contrib/python/boto3/py3/ya.make +++ b/contrib/python/boto3/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(1.28.52) +VERSION(1.28.53) LICENSE(Apache-2.0) |