aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-04-20 12:48:37 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-04-20 12:48:37 +0300
commit24e3379aa601d4d735548ff2b996fdae91ef360b (patch)
treeca61d7c9ab43ec93f6fbab38be5ae1f6d7647516 /contrib/python
parentc67e7a90797bbada2f9b7f33a3ec3683463b2053 (diff)
downloadydb-24e3379aa601d4d735548ff2b996fdae91ef360b.tar.gz
intermediate changes
ref:b8814b8a4605a07c59b05ba0e4c046f4f200b707
Diffstat (limited to 'contrib/python')
-rw-r--r--contrib/python/boto3/py3/.dist-info/METADATA4
-rw-r--r--contrib/python/boto3/py3/boto3/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA
index 674367e67d2..1000d1ff809 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.21.42
+Version: 1.21.43
Summary: The AWS SDK for Python
Home-page: https://github.com/boto/boto3
Author: Amazon Web Services
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10
Requires-Python: >= 3.6
License-File: LICENSE
License-File: NOTICE
-Requires-Dist: botocore (<1.25.0,>=1.24.42)
+Requires-Dist: botocore (<1.25.0,>=1.24.43)
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
Requires-Dist: s3transfer (<0.6.0,>=0.5.0)
Provides-Extra: crt
diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py
index 6de6ee9e19b..dc6f7f486f0 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.21.42'
+__version__ = '1.21.43'
# The default Boto3 session; autoloaded when needed.