1
1
** retrying; version 1.3.4 -- https://github.com/rholder/retrying
2
- ** boto3; version 1.34.34 -- https://github.com/boto/boto3/
3
- ** botocore; version 1.34.34 -- https://github.com/boto/botocore
2
+ ** botocore; version 1.34.97 -- https://github.com/boto/botocore
3
+ ** boto3; version 1.34.97 -- https://github.com/boto/boto3/
4
+ ** s3transfer; version 0.10.1 -- https://github.com/boto/s3transfer
4
5
5
6
Apache License
6
7
Version 2.0, January 2004
@@ -187,16 +188,19 @@ limitations under the License.
187
188
188
189
* For retrying see also this required NOTICE:
189
190
Copyright 2013 Ray Holder
190
- * For boto3 see also this required NOTICE:
191
- Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
192
191
* For botocore see also this required NOTICE:
193
192
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
193
+ * For boto3 see also this required NOTICE:
194
+ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
195
+ * For s3transfer see also this required NOTICE:
196
+ Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
197
+
194
198
195
199
------
196
200
197
201
** six; version 1.16.0 -- https://github.com/benjaminp/six
198
202
Copyright (c) 2010-2020 Benjamin Peterson
199
- ** urllib3; version 2.0.7 -- https://urllib3.readthedocs.io/
203
+ ** urllib3; version 1.26.18 -- https://urllib3.readthedocs.io/
200
204
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
201
205
202
206
MIT License
@@ -219,3 +223,114 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
219
223
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
220
224
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
221
225
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
226
+
227
+ ------
228
+
229
+ ** setuptools; version 58.1.0 -- https://pypi.org/project/setuptools
230
+ Copyright Jason R. Coombs
231
+
232
+ Copyright Jason R. Coombs
233
+
234
+ Permission is hereby granted, free of charge, to any person obtaining a copy
235
+ of this software and associated documentation files (the "Software"), to
236
+ deal in the Software without restriction, including without limitation the
237
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
238
+ sell copies of the Software, and to permit persons to whom the Software is
239
+ furnished to do so, subject to the following conditions:
240
+
241
+ The above copyright notice and this permission notice shall be included in
242
+ all copies or substantial portions of the Software.
243
+
244
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
245
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
246
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
247
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
248
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
249
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
250
+ IN THE SOFTWARE.
251
+
252
+ ------
253
+
254
+ ** jmespath; version 1.0.1 -- https://pypi.org/project/jmespath/
255
+ Copyright (c) 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved
256
+
257
+ Copyright (c) 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved
258
+
259
+ Permission is hereby granted, free of charge, to any person obtaining a
260
+ copy of this software and associated documentation files (the
261
+ "Software"), to deal in the Software without restriction, including
262
+ without limitation the rights to use, copy, modify, merge, publish, dis-
263
+ tribute, sublicense, and/or sell copies of the Software, and to permit
264
+ persons to whom the Software is furnished to do so, subject to the fol-
265
+ lowing conditions:
266
+
267
+ The above copyright notice and this permission notice shall be included
268
+ in all copies or substantial portions of the Software.
269
+
270
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
271
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
272
+ ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
273
+ SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
274
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
275
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
276
+ IN THE SOFTWARE.
277
+
278
+ ------
279
+
280
+ ** python-dateutil; version 2.9.0.post0 -- https://github.com/dateutil/dateutil
281
+
282
+ Licensed under the Apache License, Version 2.0 (the "License");
283
+ you may not use this file except in compliance with the License.
284
+ You may obtain a copy of the License at
285
+
286
+ http://www.apache.org/licenses/LICENSE-2.0
287
+
288
+ Unless required by applicable law or agreed to in writing, software
289
+ distributed under the License is distributed on an "AS IS" BASIS,
290
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
291
+ See the License for the specific language governing permissions and
292
+ limitations under the License.
293
+
294
+ The above license applies to all contributions after 2017-12-01, as well as
295
+ all contributions that have been re-licensed (see AUTHORS file for the list of
296
+ contributors who have re-licensed their code).
297
+ --------------------------------------------------------------------------------
298
+ dateutil - Extensions to the standard Python datetime module.
299
+
300
+ Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
301
+ Copyright (c) 2012-2014 - Tomi Pieviläinen <tomi.pievilainen@iki.fi>
302
+ Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
303
+ Copyright (c) 2015- - Paul Ganssle <paul@ganssle.io>
304
+ Copyright (c) 2015- - dateutil contributors (see AUTHORS file)
305
+
306
+ All rights reserved.
307
+
308
+ Redistribution and use in source and binary forms, with or without
309
+ modification, are permitted provided that the following conditions are met:
310
+
311
+ * Redistributions of source code must retain the above copyright notice,
312
+ this list of conditions and the following disclaimer.
313
+ * Redistributions in binary form must reproduce the above copyright notice,
314
+ this list of conditions and the following disclaimer in the documentation
315
+ and/or other materials provided with the distribution.
316
+ * Neither the name of the copyright holder nor the names of its
317
+ contributors may be used to endorse or promote products derived from
318
+ this software without specific prior written permission.
319
+
320
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
321
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
322
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
323
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
324
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
325
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
326
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
327
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
328
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
329
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
330
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
331
+
332
+ The above BSD License Applies to all code, even that also covered by Apache 2.0.
333
+
334
+ * For python-dateutil see also this required NOTICE:
335
+ Copyright 2017- Paul Ganssle <paul@ganssle.io>
336
+ Copyright 2017- dateutil contributors (see AUTHORS file)
0 commit comments