Browse Source

Update contrib/python/boto3/py3 to 1.29.6

robot-contrib 1 year ago
parent
commit
f291b670b0

+ 2 - 2
contrib/python/boto3/py3/.dist-info/METADATA

@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: boto3
-Version: 1.29.5
+Version: 1.29.6
 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.33.0,>=1.32.5)
+Requires-Dist: botocore (<1.33.0,>=1.32.6)
 Requires-Dist: jmespath (<2.0.0,>=0.7.1)
 Requires-Dist: s3transfer (<0.8.0,>=0.7.0)
 Provides-Extra: crt

+ 1 - 1
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.29.5'
+__version__ = '1.29.6'
 
 
 # The default Boto3 session; autoloaded when needed.

+ 1 - 1
contrib/python/boto3/py3/ya.make

@@ -2,7 +2,7 @@
 
 PY3_LIBRARY()
 
-VERSION(1.29.5)
+VERSION(1.29.6)
 
 LICENSE(Apache-2.0)