aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/boto3/py3
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-11 10:07:34 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-11 10:07:34 +0300
commite045b52a8d9f5ffb1465f3b46465e9b44869be1b (patch)
tree7a428e5ee847df5562c0f03f7fda6a95444f6614 /contrib/python/boto3/py3
parentadcdfad7e56feb134a31fb403d9c3ea0f22b2005 (diff)
downloadydb-e045b52a8d9f5ffb1465f3b46465e9b44869be1b.tar.gz
intermediate changes
ref:8fb9e745fed31e55ab437e87479a9bc2051d5d3c
Diffstat (limited to 'contrib/python/boto3/py3')
-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 44a93de91d..3309e5d8ce 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.22.0
+Version: 1.22.1
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.26.0,>=1.25.0)
+Requires-Dist: botocore (<1.26.0,>=1.25.1)
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 70cbe47e9d..e6f5b2aac0 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.22.0'
+__version__ = '1.22.1'
# The default Boto3 session; autoloaded when needed.