Skip to content

Commit 9207740

Browse files
authored
build: upgrade to expertsystem 0.6.8 (#199)
* ci: limit myst-nb to version 0.10 * ci: upgrade developer dependencies (automatic)
1 parent ac65508 commit 9207740

17 files changed

+80
-80
lines changed

reqs/3.6/requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ doc8==0.8.1
4040
docutils==0.16
4141
entrypoints==0.3
4242
execnet==1.7.1
43-
expertsystem==0.6.7
43+
expertsystem==0.6.8
4444
filelock==3.0.12
4545
flake8-blind-except==0.2.0
4646
flake8-bugbear==20.11.1
@@ -69,7 +69,7 @@ immutables==0.14
6969
importlib-metadata==3.4.0
7070
importlib-resources==3.0.0
7171
iniconfig==1.1.1
72-
ipykernel==5.4.2
72+
ipykernel==5.4.3
7373
ipython-genutils==0.2.0
7474
ipython==7.16.1
7575
ipywidgets==7.6.3
@@ -83,12 +83,12 @@ jupyter-client==6.1.11
8383
jupyter-console==6.2.0
8484
jupyter-core==4.7.0
8585
jupyter-server==1.2.1
86-
jupyter-sphinx==0.3.2
86+
jupyter-sphinx==0.3.1
8787
jupyter==1.0.0
8888
jupyterlab-code-formatter==1.4.1
89-
jupyterlab-server==2.1.1
89+
jupyterlab-server==2.1.2
9090
jupyterlab-widgets==1.0.0
91-
jupyterlab==3.0.3
91+
jupyterlab==3.0.4
9292
keras-preprocessing==1.1.2
9393
kiwisolver==1.3.1
9494
labels==20.1.0
@@ -102,17 +102,17 @@ mistune==0.8.4
102102
mpmath==1.1.0
103103
mypy-extensions==0.4.3
104104
mypy==0.790
105-
myst-nb==0.10.1
105+
myst-nb==0.10.2
106106
myst-parser==0.12.10
107107
nbclassic==0.2.6
108108
nbclient==0.5.1
109109
nbconvert==5.6.1
110110
nbdime==2.1.0
111-
nbformat==5.0.8
111+
nbformat==5.1.1
112112
nbstripout==0.3.9
113113
nest-asyncio==1.4.3
114114
nodeenv==1.5.0
115-
notebook==6.1.6
115+
notebook==6.2.0
116116
numpy==1.19.5
117117
oauthlib==3.1.0
118118
opt-einsum==3.3.0
@@ -145,7 +145,7 @@ pydeps==1.9.13
145145
pydocstyle==5.1.1
146146
pydot==1.4.1
147147
pyflakes==2.2.0
148-
pygments==2.7.3
148+
pygments==2.7.4
149149
pylint==2.6.0
150150
pyparsing==2.4.7
151151
pyrsistent==0.17.3
@@ -159,7 +159,7 @@ python-dateutil==2.8.1
159159
pytoml==0.1.21
160160
pytz==2020.5
161161
pyyaml==5.3.1
162-
pyzmq==20.0.0
162+
pyzmq==21.0.0
163163
qtconsole==5.0.1
164164
qtpy==1.9.0
165165
regex==2020.11.13
@@ -202,13 +202,13 @@ terminado==0.9.2
202202
testpath==0.4.4
203203
toml==0.10.2
204204
tornado==6.1
205-
tox==3.21.0
205+
tox==3.21.1
206206
tqdm==4.56.0
207207
traitlets==4.3.3
208208
typed-ast==1.4.2
209209
typing-extensions==3.7.4.3 ; python_version < "3.8.0"
210210
urllib3==1.26.2
211-
virtualenv==20.3.0
211+
virtualenv==20.3.1
212212
wcwidth==0.2.5
213213
webencodings==0.5.1
214214
werkzeug==1.0.1

reqs/3.6/requirements-doc.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defusedxml==0.6.0
2828
dm-tree==0.1.5
2929
docutils==0.16
3030
entrypoints==0.3
31-
expertsystem==0.6.7
31+
expertsystem==0.6.8
3232
flatbuffers==1.12
3333
fuzzywuzzy==0.18.0
3434
gast==0.3.3
@@ -46,7 +46,7 @@ imagesize==1.2.0
4646
iminuit==1.5.4
4747
importlib-metadata==3.4.0
4848
importlib-resources==3.0.0
49-
ipykernel==5.4.2
49+
ipykernel==5.4.3
5050
ipython-genutils==0.2.0
5151
ipython==7.16.1
5252
ipywidgets==7.6.3
@@ -57,7 +57,7 @@ jupyter-cache==0.4.1
5757
jupyter-client==6.1.11
5858
jupyter-console==6.2.0
5959
jupyter-core==4.7.0
60-
jupyter-sphinx==0.3.2
60+
jupyter-sphinx==0.3.1
6161
jupyter==1.0.0
6262
jupyterlab-widgets==1.0.0
6363
keras-preprocessing==1.1.2
@@ -68,14 +68,14 @@ markupsafe==1.1.1
6868
matplotlib==3.3.3
6969
mistune==0.8.4
7070
mpmath==1.1.0
71-
myst-nb==0.10.1
71+
myst-nb==0.10.2
7272
myst-parser==0.12.10
7373
nbclient==0.5.1
7474
nbconvert==5.6.1
7575
nbdime==2.1.0
76-
nbformat==5.0.8
76+
nbformat==5.1.1
7777
nest-asyncio==1.4.3
78-
notebook==6.1.6
78+
notebook==6.2.0
7979
numpy==1.19.5
8080
oauthlib==3.1.0
8181
opt-einsum==3.3.0
@@ -97,14 +97,14 @@ pyasn1==0.4.8
9797
pycparser==2.20
9898
pydata-sphinx-theme==0.4.1
9999
pydeps==1.9.13
100-
pygments==2.7.3
100+
pygments==2.7.4
101101
pyparsing==2.4.7
102102
pyrsistent==0.17.3
103103
python-constraint==1.4.0
104104
python-dateutil==2.8.1
105105
pytz==2020.5
106106
pyyaml==5.3.1
107-
pyzmq==20.0.0
107+
pyzmq==21.0.0
108108
qtconsole==5.0.1
109109
qtpy==1.9.0
110110
requests-oauthlib==1.3.0

reqs/3.6/requirements-sty.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dm-tree==0.1.5
2727
doc8==0.8.1
2828
docutils==0.16
2929
execnet==1.7.1
30-
expertsystem==0.6.7
30+
expertsystem==0.6.8
3131
filelock==3.0.12
3232
flake8-blind-except==0.2.0
3333
flake8-bugbear==20.11.1
@@ -63,7 +63,7 @@ mccabe==0.6.1
6363
mpmath==1.1.0
6464
mypy-extensions==0.4.3
6565
mypy==0.790
66-
nbformat==5.0.8
66+
nbformat==5.1.1
6767
nbstripout==0.3.9
6868
nodeenv==1.5.0
6969
numpy==1.19.5
@@ -87,7 +87,7 @@ pycodestyle==2.6.0
8787
pydocstyle==5.1.1
8888
pydot==1.4.1
8989
pyflakes==2.2.0
90-
pygments==2.7.3
90+
pygments==2.7.4
9191
pylint==2.6.0
9292
pyparsing==2.4.7
9393
pyrsistent==0.17.3
@@ -123,7 +123,7 @@ traitlets==4.3.3
123123
typed-ast==1.4.2
124124
typing-extensions==3.7.4.3 ; python_version < "3.8.0"
125125
urllib3==1.26.2
126-
virtualenv==20.3.0
126+
virtualenv==20.3.1
127127
werkzeug==1.0.1
128128
wheel==0.36.2
129129
wrapt==1.12.1

reqs/3.6/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cycler==0.10.0
1818
decorator==4.4.2
1919
dm-tree==0.1.5
2020
execnet==1.7.1
21-
expertsystem==0.6.7
21+
expertsystem==0.6.8
2222
flatbuffers==1.12
2323
gast==0.3.3
2424
google-auth-oauthlib==0.4.2

reqs/3.6/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chardet==4.0.0
1414
cloudpickle==1.6.0
1515
decorator==4.4.2
1616
dm-tree==0.1.5
17-
expertsystem==0.6.7
17+
expertsystem==0.6.8
1818
flatbuffers==1.12
1919
gast==0.3.3
2020
google-auth-oauthlib==0.4.2

reqs/3.7/requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ doc8==0.8.1
3838
docutils==0.16
3939
entrypoints==0.3
4040
execnet==1.7.1
41-
expertsystem==0.6.7
41+
expertsystem==0.6.8
4242
filelock==3.0.12
4343
flake8-blind-except==0.2.0
4444
flake8-bugbear==20.11.1
@@ -65,7 +65,7 @@ imagesize==1.2.0
6565
iminuit==1.5.4
6666
importlib-metadata==3.4.0
6767
iniconfig==1.1.1
68-
ipykernel==5.4.2
68+
ipykernel==5.4.3
6969
ipython-genutils==0.2.0
7070
ipython==7.19.0
7171
ipywidgets==7.6.3
@@ -79,12 +79,12 @@ jupyter-client==6.1.11
7979
jupyter-console==6.2.0
8080
jupyter-core==4.7.0
8181
jupyter-server==1.2.1
82-
jupyter-sphinx==0.3.2
82+
jupyter-sphinx==0.3.1
8383
jupyter==1.0.0
8484
jupyterlab-code-formatter==1.4.1
85-
jupyterlab-server==2.1.1
85+
jupyterlab-server==2.1.2
8686
jupyterlab-widgets==1.0.0
87-
jupyterlab==3.0.3
87+
jupyterlab==3.0.4
8888
keras-preprocessing==1.1.2
8989
kiwisolver==1.3.1
9090
labels==20.1.0
@@ -98,17 +98,17 @@ mistune==0.8.4
9898
mpmath==1.1.0
9999
mypy-extensions==0.4.3
100100
mypy==0.790
101-
myst-nb==0.10.1
101+
myst-nb==0.10.2
102102
myst-parser==0.12.10
103103
nbclassic==0.2.6
104104
nbclient==0.5.1
105105
nbconvert==5.6.1
106106
nbdime==2.1.0
107-
nbformat==5.0.8
107+
nbformat==5.1.1
108108
nbstripout==0.3.9
109109
nest-asyncio==1.4.3
110110
nodeenv==1.5.0
111-
notebook==6.1.6
111+
notebook==6.2.0
112112
numpy==1.19.5
113113
oauthlib==3.1.0
114114
opt-einsum==3.3.0
@@ -141,7 +141,7 @@ pydeps==1.9.13
141141
pydocstyle==5.1.1
142142
pydot==1.4.1
143143
pyflakes==2.2.0
144-
pygments==2.7.3
144+
pygments==2.7.4
145145
pylint==2.6.0
146146
pyparsing==2.4.7
147147
pyrsistent==0.17.3
@@ -155,7 +155,7 @@ python-dateutil==2.8.1
155155
pytoml==0.1.21
156156
pytz==2020.5
157157
pyyaml==5.3.1
158-
pyzmq==20.0.0
158+
pyzmq==21.0.0
159159
qtconsole==5.0.1
160160
qtpy==1.9.0
161161
regex==2020.11.13
@@ -198,13 +198,13 @@ terminado==0.9.2
198198
testpath==0.4.4
199199
toml==0.10.2
200200
tornado==6.1
201-
tox==3.21.0
201+
tox==3.21.1
202202
tqdm==4.56.0
203203
traitlets==5.0.5
204204
typed-ast==1.4.2
205205
typing-extensions==3.7.4.3 ; python_version < "3.8.0"
206206
urllib3==1.26.2
207-
virtualenv==20.3.0
207+
virtualenv==20.3.1
208208
wcwidth==0.2.5
209209
webencodings==0.5.1
210210
werkzeug==1.0.1

reqs/3.7/requirements-doc.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defusedxml==0.6.0
2828
dm-tree==0.1.5
2929
docutils==0.16
3030
entrypoints==0.3
31-
expertsystem==0.6.7
31+
expertsystem==0.6.8
3232
flatbuffers==1.12
3333
fuzzywuzzy==0.18.0
3434
gast==0.3.3
@@ -45,7 +45,7 @@ idna==2.10
4545
imagesize==1.2.0
4646
iminuit==1.5.4
4747
importlib-metadata==3.4.0
48-
ipykernel==5.4.2
48+
ipykernel==5.4.3
4949
ipython-genutils==0.2.0
5050
ipython==7.19.0
5151
ipywidgets==7.6.3
@@ -56,7 +56,7 @@ jupyter-cache==0.4.1
5656
jupyter-client==6.1.11
5757
jupyter-console==6.2.0
5858
jupyter-core==4.7.0
59-
jupyter-sphinx==0.3.2
59+
jupyter-sphinx==0.3.1
6060
jupyter==1.0.0
6161
jupyterlab-widgets==1.0.0
6262
keras-preprocessing==1.1.2
@@ -67,14 +67,14 @@ markupsafe==1.1.1
6767
matplotlib==3.3.3
6868
mistune==0.8.4
6969
mpmath==1.1.0
70-
myst-nb==0.10.1
70+
myst-nb==0.10.2
7171
myst-parser==0.12.10
7272
nbclient==0.5.1
7373
nbconvert==5.6.1
7474
nbdime==2.1.0
75-
nbformat==5.0.8
75+
nbformat==5.1.1
7676
nest-asyncio==1.4.3
77-
notebook==6.1.6
77+
notebook==6.2.0
7878
numpy==1.19.5
7979
oauthlib==3.1.0
8080
opt-einsum==3.3.0
@@ -96,14 +96,14 @@ pyasn1==0.4.8
9696
pycparser==2.20
9797
pydata-sphinx-theme==0.4.1
9898
pydeps==1.9.13
99-
pygments==2.7.3
99+
pygments==2.7.4
100100
pyparsing==2.4.7
101101
pyrsistent==0.17.3
102102
python-constraint==1.4.0
103103
python-dateutil==2.8.1
104104
pytz==2020.5
105105
pyyaml==5.3.1
106-
pyzmq==20.0.0
106+
pyzmq==21.0.0
107107
qtconsole==5.0.1
108108
qtpy==1.9.0
109109
requests-oauthlib==1.3.0

reqs/3.7/requirements-sty.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dm-tree==0.1.5
2626
doc8==0.8.1
2727
docutils==0.16
2828
execnet==1.7.1
29-
expertsystem==0.6.7
29+
expertsystem==0.6.8
3030
filelock==3.0.12
3131
flake8-blind-except==0.2.0
3232
flake8-bugbear==20.11.1
@@ -61,7 +61,7 @@ mccabe==0.6.1
6161
mpmath==1.1.0
6262
mypy-extensions==0.4.3
6363
mypy==0.790
64-
nbformat==5.0.8
64+
nbformat==5.1.1
6565
nbstripout==0.3.9
6666
nodeenv==1.5.0
6767
numpy==1.19.5
@@ -85,7 +85,7 @@ pycodestyle==2.6.0
8585
pydocstyle==5.1.1
8686
pydot==1.4.1
8787
pyflakes==2.2.0
88-
pygments==2.7.3
88+
pygments==2.7.4
8989
pylint==2.6.0
9090
pyparsing==2.4.7
9191
pyrsistent==0.17.3
@@ -121,7 +121,7 @@ traitlets==5.0.5
121121
typed-ast==1.4.2
122122
typing-extensions==3.7.4.3 ; python_version < "3.8.0"
123123
urllib3==1.26.2
124-
virtualenv==20.3.0
124+
virtualenv==20.3.1
125125
werkzeug==1.0.1
126126
wheel==0.36.2
127127
wrapt==1.12.1

0 commit comments

Comments
 (0)