Skip to content

Commit b5ae188

Browse files
Merge pull request #70 from Stanford-NavLab/derek/mistune
upgrade package dependencies
2 parents b0c4db0 + d42aa6d commit b5ae188

3 files changed

Lines changed: 1489 additions & 237 deletions

File tree

docs/source/requirements.txt

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appnope==0.1.3; platform_system == "Darwin" and python_version >= "3.8" and sys_
33
argon2-cffi-bindings==21.2.0; python_version >= "3.7"
44
argon2-cffi==21.3.0; python_version >= "3.7"
55
astroid==2.11.7; python_full_version >= "3.7.2"
6-
asttokens==2.0.7; python_version >= "3.8"
6+
asttokens==2.0.8; python_version >= "3.8"
77
atomicwrites==1.4.1; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"
88
attrs==22.1.0; python_version >= "3.7"
99
babel==2.10.3; python_version >= "3.6"
@@ -12,20 +12,20 @@ beautifulsoup4==4.11.1; python_full_version >= "3.6.0" and python_version >= "3.
1212
bleach==5.0.1; python_version >= "3.7"
1313
certifi==2022.6.15; python_version >= "3.8" and python_version < "4"
1414
cffi==1.15.1; implementation_name == "pypy" and python_version >= "3.7"
15-
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
15+
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
1616
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.7.2" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0") and (python_version >= "3.8" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.8" and python_full_version >= "3.5.0")
17-
coverage==6.4.3; python_version >= "3.7"
17+
coverage==6.4.4; python_version >= "3.7"
1818
cycler==0.11.0; python_version >= "3.7"
1919
datetime==4.5
20-
debugpy==1.6.2; python_version >= "3.7"
20+
debugpy==1.6.3; python_version >= "3.7"
2121
decorator==5.1.1; python_version >= "3.8"
2222
defusedxml==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
2323
dill==0.3.5.1; python_full_version >= "3.7.2"
2424
docutils==0.16; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
2525
entrypoints==0.4; python_version >= "3.7"
26-
executing==0.9.1; python_version >= "3.8"
26+
executing==0.10.0; python_version >= "3.8"
2727
fastjsonschema==2.16.1; python_version >= "3.7"
28-
fonttools==4.34.4; python_version >= "3.7"
28+
fonttools==4.36.0; python_version >= "3.7"
2929
georinex==1.16.1; python_version >= "3.7"
3030
hatanaka==2.8.0; python_version >= "3.7"
3131
idna==3.3; python_version >= "3.7" and python_version < "4"
@@ -36,33 +36,34 @@ iniconfig==1.1.1; python_version >= "3.6"
3636
ipykernel==6.15.1; python_version >= "3.7"
3737
ipython-genutils==0.2.0; python_version >= "3.7"
3838
ipython==8.4.0; python_version >= "3.8"
39-
ipywidgets==7.7.1
39+
ipywidgets==8.0.1; python_version >= "3.7"
4040
isort==5.10.1; python_full_version >= "3.7.2" and python_version < "4.0"
4141
jedi==0.18.1; python_version >= "3.8"
4242
jinja2==3.1.2; python_version >= "3.7"
43-
jsonschema==4.9.1; python_version >= "3.7"
43+
jsonschema==4.14.0; python_version >= "3.7"
4444
jupyter-client==7.3.4; python_full_version >= "3.7.0" and python_version >= "3.7"
4545
jupyter-console==6.4.4; python_version >= "3.7"
4646
jupyter-core==4.11.1; python_version >= "3.7"
4747
jupyter==1.0.0
4848
jupyterlab-pygments==0.2.2; python_version >= "3.7"
49-
jupyterlab-widgets==1.1.1; python_version >= "3.6"
49+
jupyterlab-widgets==3.0.2; python_version >= "3.7"
5050
kiwisolver==1.4.4; python_version >= "3.7"
5151
lazy-object-proxy==1.7.1; python_version >= "3.6" and python_full_version >= "3.7.2"
52+
lxml==4.9.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
5253
markupsafe==2.1.1; python_version >= "3.7"
53-
matplotlib-inline==0.1.3; python_version >= "3.8"
54-
matplotlib==3.5.2; python_version >= "3.7"
54+
matplotlib-inline==0.1.6; python_version >= "3.8"
55+
matplotlib==3.5.3; python_version >= "3.7"
5556
mccabe==0.7.0; python_version >= "3.6" and python_full_version >= "3.7.2"
56-
mistune==0.8.4; python_version >= "3.7"
57+
mistune==2.0.4; python_version >= "3.7"
5758
nbclient==0.6.6; python_full_version >= "3.7.0" and python_version >= "3.7"
58-
nbconvert==6.5.0; python_version >= "3.7"
59+
nbconvert==7.0.0; python_version >= "3.7"
5960
nbformat==5.4.0; python_full_version >= "3.7.0" and python_version >= "3.7"
6061
nbsphinx-link==1.3.0
6162
nbsphinx==0.8.9; python_version >= "3.6"
6263
ncompress==1.0.0; python_version >= "3.7"
6364
nest-asyncio==1.5.5; python_full_version >= "3.7.0" and python_version >= "3.7"
6465
notebook==6.4.12; python_version >= "3.7"
65-
numpy==1.23.1; python_version >= "3.8"
66+
numpy==1.23.2; python_version >= "3.8"
6667
packaging==21.3; python_version >= "3.8"
6768
pandas==1.4.3; python_version >= "3.8"
6869
pandocfilters==1.5.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
@@ -72,7 +73,7 @@ pickleshare==0.7.5; python_version >= "3.8"
7273
pillow==9.2.0; python_version >= "3.7"
7374
pkgutil-resolve-name==1.3.10; python_version < "3.9" and python_version >= "3.7"
7475
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.7.2"
75-
plotly==5.9.0; python_version >= "3.6"
76+
plotly==5.10.0; python_version >= "3.6"
7677
pluggy==1.0.0; python_version >= "3.6"
7778
pockets==0.9.1
7879
prometheus-client==0.14.1; python_version >= "3.7"
@@ -82,7 +83,7 @@ ptyprocess==0.7.0; os_name != "nt" and python_version >= "3.8" and sys_platform
8283
pure-eval==0.2.2; python_version >= "3.8"
8384
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or python_full_version >= "3.5.0" and python_version >= "3.7" and implementation_name == "pypy"
8485
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.4.0"
85-
pygments==2.12.0; python_version >= "3.8"
86+
pygments==2.13.0; python_version >= "3.8"
8687
pylint-exit==1.2.0
8788
pylint==2.14.5; python_full_version >= "3.7.2"
8889
pynmea2==1.18.0
@@ -93,17 +94,17 @@ pytest-cov==3.0.0; python_version >= "3.6"
9394
pytest-lazy-fixture==0.6.3
9495
pytest==6.2.5; python_version >= "3.6"
9596
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
96-
pytz==2022.1; python_version >= "3.8"
97+
pytz==2022.2.1; python_version >= "3.8"
9798
pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.7"
9899
pywinpty==2.0.7; os_name == "nt" and python_version >= "3.7"
99-
pyzmq==23.2.0; python_version >= "3.7"
100+
pyzmq==23.2.1; python_version >= "3.7"
100101
qtconsole==5.3.1; python_version >= "3.7"
101-
qtpy==2.1.0; python_version >= "3.7"
102+
qtpy==2.2.0; python_version >= "3.7"
102103
reindent==3.5.1
103104
requests==2.28.1; python_version >= "3.7" and python_version < "4"
104105
scipy==1.9.0; python_version >= "3.8" and python_version < "3.12"
105106
send2trash==1.8.0; python_version >= "3.7"
106-
setuptools-scm==7.0.5; python_version >= "3.7"
107+
setuptools-scm==6.4.2; python_version >= "3.7"
107108
six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
108109
snowballstemmer==2.2.0; python_version >= "3.6"
109110
soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.7"
@@ -116,21 +117,21 @@ sphinxcontrib-jsmath==1.0.1; python_version >= "3.6"
116117
sphinxcontrib-napoleon==0.7
117118
sphinxcontrib-qthelp==1.0.3; python_version >= "3.6"
118119
sphinxcontrib-serializinghtml==1.1.5; python_version >= "3.6"
119-
stack-data==0.3.0; python_version >= "3.8"
120+
stack-data==0.4.0; python_version >= "3.8"
120121
tenacity==8.0.1; python_version >= "3.6"
121122
terminado==0.15.0; python_version >= "3.7"
122123
tinycss2==1.1.1; python_version >= "3.7"
123124
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
124125
tomli==2.0.1; python_version < "3.11" and python_full_version >= "3.7.2" and python_version >= "3.7" and python_full_version <= "3.11.0a6"
125-
tomlkit==0.11.2; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.2"
126+
tomlkit==0.11.4; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.2"
126127
tornado==6.2; python_version >= "3.7"
127128
traitlets==5.3.0; python_full_version >= "3.7.0" and python_version >= "3.8"
128129
typing-extensions==4.3.0; python_version < "3.10" and python_full_version >= "3.7.2" and python_version >= "3.7"
129130
unlzw3==0.2.1; python_version >= "3.7"
130-
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
131+
urllib3==1.26.12; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
131132
wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.8"
132133
webencodings==0.5.1; python_version >= "3.7"
133-
widgetsnbextension==3.6.1
134+
widgetsnbextension==4.0.2; python_version >= "3.7"
134135
wrapt==1.14.1; python_full_version >= "3.7.2"
135136
xarray==2022.6.0; python_version >= "3.8"
136137
zipp==3.8.1; python_version < "3.10" and python_version >= "3.7"

0 commit comments

Comments
 (0)