Browse Source

Update contrib/python/boto3/py3 to 1.28.49

robot-contrib 1 year ago
parent
commit
15f3c74934

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

@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: boto3
-Version: 1.28.48
+Version: 1.28.49
 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.32.0,>=1.31.48)
+Requires-Dist: botocore (<1.32.0,>=1.31.49)
 Requires-Dist: jmespath (<2.0.0,>=0.7.1)
 Requires-Dist: s3transfer (<0.7.0,>=0.6.0)
 Provides-Extra: crt
@@ -113,7 +113,7 @@ Then, set up a default region (in e.g. ``~/.aws/config``):
    [default]
    region=us-east-1
 
-Other credentials configuration method can be found `here <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html>`__
+Other credential configuration methods can be found `here <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html>`__
 
 Then, from a Python interpreter:
 

+ 1 - 1
contrib/python/boto3/py3/README.rst

@@ -81,7 +81,7 @@ Then, set up a default region (in e.g. ``~/.aws/config``):
    [default]
    region=us-east-1
 
-Other credentials configuration method can be found `here <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html>`__
+Other credential configuration methods can be found `here <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html>`__
 
 Then, from a Python interpreter:
 

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

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

@@ -2,7 +2,7 @@
 
 PY3_LIBRARY()
 
-VERSION(1.28.48)
+VERSION(1.28.49)
 
 LICENSE(Apache-2.0)