summaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-04-14 15:14:06 +0300
committerarcadia-devtools <[email protected]>2022-04-14 15:14:06 +0300
commit82e2a3ceeb3ed5d4679e802aba9732df821f1d7c (patch)
tree2134c18425b1ce4036f73f039b0b3e0c0ca41744 /contrib/python
parent7316b548cc49d637c5d37d13757684da52cf52ef (diff)
intermediate changes
ref:48afed7b502cdb2120059a3bf07a4be00658206c
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 cbd76838bd5..27c9119dc3f 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.39
+Version: 1.21.40
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.39)
+Requires-Dist: botocore (<1.25.0,>=1.24.40)
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 266e2561278..3a1267e20c3 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.39'
+__version__ = '1.21.40'
# The default Boto3 session; autoloaded when needed.