summaryrefslogtreecommitdiffstats
path: root/contrib/python/boto3
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-06-26 10:18:26 +0300
committerarcadia-devtools <[email protected]>2022-06-26 10:18:26 +0300
commitc49331fe2462076588bdb4e8db9c854fdf4e0aab (patch)
tree7adbc1126da8c66f57c911c1d4ed7675d3be4a2e /contrib/python/boto3
parentda4d8d00279e17c119bf0b53bb2ac98560bea337 (diff)
intermediate changes
ref:3dbaaff2556951bed180e695089503a56d7f6eec
Diffstat (limited to 'contrib/python/boto3')
-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 f48785dc1ff..e81391a2b06 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.24.6
+Version: 1.24.7
Summary: The AWS SDK for Python
Home-page: https://github.com/boto/boto3
Author: Amazon Web Services
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
Requires-Python: >= 3.7
License-File: LICENSE
License-File: NOTICE
-Requires-Dist: botocore (<1.28.0,>=1.27.6)
+Requires-Dist: botocore (<1.28.0,>=1.27.7)
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 076d81d7982..77f92552352 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.24.6'
+__version__ = '1.24.7'
# The default Boto3 session; autoloaded when needed.