From 08d7c71bbb7a8fefae5b67002acbecf4ed35438e Mon Sep 17 00:00:00 2001 From: lkn849 Date: Sat, 1 Jan 2022 00:53:13 +0000 Subject: [PATCH] :page_facing_up: Update third_party/NOTICES.md --- third_party/NOTICES.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/third_party/NOTICES.md b/third_party/NOTICES.md index f1d6adf..c7f1f2c 100644 --- a/third_party/NOTICES.md +++ b/third_party/NOTICES.md @@ -15,27 +15,27 @@ To access this table from inside the app, click the button labelled `Legal` in t | Name | Version | License | URL | |------------------|-----------|--------------------------------------------------------|--------------------------------------------------| | Eel | 0.14.0 | MIT License | https://github.com/samuelhwilliams/Eel | -| Jinja2 | 3.0.2 | BSD License | https://palletsprojects.com/p/jinja/ | +| Jinja2 | 3.0.3 | BSD License | https://palletsprojects.com/p/jinja/ | | MarkupSafe | 2.0.1 | BSD License | https://palletsprojects.com/p/markupsafe/ | | bottle | 0.12.19 | MIT License | http://bottlepy.org/ | | bottle-websocket | 0.2.9 | MIT License | https://github.com/zeekay/bottle-websocket | | dill | 0.3.4 | BSD License | https://github.com/uqfoundation/dill | | future | 0.18.2 | MIT License | https://python-future.org | -| gevent | 21.8.0 | MIT License | http://www.gevent.org/ | +| gevent | 21.12.0 | MIT License | http://www.gevent.org/ | | gevent-websocket | 0.10.1 | Copyright 2011-2017 Jeffrey Gelens | https://www.gitlab.com/noppo/gevent-websocket | | greenlet | 1.1.2 | MIT License | https://greenlet.readthedocs.io/ | | multiprocess | 0.70.12.2 | BSD License | https://github.com/uqfoundation/multiprocess | -| numpy | 1.21.3 | BSD License | https://www.numpy.org | +| numpy | 1.22.0 | BSD License | https://www.numpy.org | | nupack | 4.0.0.23 | UNKNOWN | www.nupack.org | -| pandas | 1.3.4 | BSD License | https://pandas.pydata.org | +| pandas | 1.3.5 | BSD License | https://pandas.pydata.org | | pathos | 0.2.8 | BSD License | https://github.com/uqfoundation/pathos | | pox | 0.3.0 | BSD License | https://github.com/uqfoundation/pox | | ppft | 1.6.6.4 | BSD-like | https://github.com/uqfoundation/ppft | -| prettytable | 2.2.1 | BSD License | https://github.com/jazzband/prettytable | -| pyparsing | 2.4.7 | MIT License | https://github.com/pyparsing/pyparsing/ | +| prettytable | 2.5.0 | BSD License | https://github.com/jazzband/prettytable | +| pyparsing | 3.0.6 | MIT License | https://github.com/pyparsing/pyparsing/ | | python-dateutil | 2.8.2 | Apache Software License; BSD License | https://github.com/dateutil/dateutil | | pytz | 2021.3 | MIT License | http://pythonhosted.org/pytz | -| scipy | 1.7.1 | BSD License | https://www.scipy.org | +| scipy | 1.7.3 | BSD License | https://www.scipy.org | | setuptools | 56.0.0 | MIT License | https://github.com/pypa/setuptools | | six | 1.16.0 | MIT License | https://github.com/benjaminp/six | | wcwidth | 0.2.5 | MIT License | https://github.com/jquast/wcwidth |