Skip to content

Commit 5fc9d64

Browse files
committed
updated requirements
1 parent 02aeb13 commit 5fc9d64

File tree

5 files changed

+100
-162
lines changed

5 files changed

+100
-162
lines changed

jupyter-interactive-visualization/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"entrypoint": "jupyter-interactive-visualization.ipynb"
77
},
88
"python": {
9-
"version": "3.10.0",
9+
"version": "3.10.12",
1010
"package_manager": {
1111
"name": "pip",
12-
"version": "23.0.1",
12+
"version": "23.2.1",
1313
"package_file": "requirements.txt"
1414
}
1515
},
@@ -18,7 +18,7 @@
1818
"checksum": "20b7f819b6b3f4fff5df28e05d6dd924"
1919
},
2020
"requirements.txt": {
21-
"checksum": "9cf304c5a2680b5a0325e961c17db93f"
21+
"checksum": "d59c8f2d87dd7d7a4633b6104332aec4"
2222
}
2323
}
2424
}
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,4 @@
1-
anyio==3.6.2
2-
appnope==0.1.3
3-
argon2-cffi==21.3.0
4-
argon2-cffi-bindings==21.2.0
5-
arrow==1.2.3
6-
asttokens==2.2.1
7-
attrs==22.2.0
8-
backcall==0.2.0
9-
beautifulsoup4==4.12.0
10-
bleach==6.0.0
11-
bokeh==3.1.0
12-
cffi==1.15.1
13-
comm==0.1.2
14-
contourpy==1.0.7
15-
debugpy==1.6.6
16-
decorator==5.1.1
17-
defusedxml==0.7.1
18-
executing==1.2.0
19-
fastjsonschema==2.16.3
20-
fqdn==1.5.1
21-
idna==3.4
22-
ipykernel==6.22.0
23-
ipython==8.11.0
24-
ipython-genutils==0.2.0
25-
ipywidgets==8.0.5
26-
isoduration==20.11.0
27-
jedi==0.18.2
28-
Jinja2==3.1.2
29-
jsonpointer==2.3
30-
jsonschema==4.17.3
31-
jupyter==1.0.0
32-
jupyter-console==6.6.3
33-
jupyter-events==0.6.3
34-
jupyter_client==8.1.0
35-
jupyter_core==5.3.0
36-
jupyter_server==2.7.2
37-
jupyter_server_terminals==0.4.4
38-
jupyterlab-pygments==0.2.2
39-
jupyterlab-widgets==3.0.6
40-
MarkupSafe==2.1.2
41-
matplotlib-inline==0.1.6
42-
mistune==2.0.5
43-
nbclassic==0.5.3
44-
nbclient==0.7.2
45-
nbconvert==7.2.10
46-
nbformat==5.8.0
47-
nest-asyncio==1.5.6
48-
notebook==6.5.3
49-
notebook_shim==0.2.2
50-
numpy==1.24.2
51-
packaging==23.0
52-
pandas==1.5.3
53-
pandocfilters==1.5.0
54-
parso==0.8.3
55-
pexpect==4.8.0
56-
pickleshare==0.7.5
57-
Pillow==10.0.1
58-
platformdirs==3.1.1
59-
plotly==5.13.1
60-
prometheus-client==0.16.0
61-
prompt-toolkit==3.0.38
62-
psutil==5.9.4
63-
ptyprocess==0.7.0
64-
pure-eval==0.2.2
65-
pycparser==2.21
66-
Pygments==2.15.0
67-
pyrsistent==0.19.3
68-
python-dateutil==2.8.2
69-
python-json-logger==2.0.7
70-
pytz==2022.7.1
71-
PyYAML==6.0
72-
pyzmq==25.0.2
73-
qtconsole==5.4.1
74-
QtPy==2.3.0
75-
rfc3339-validator==0.1.4
76-
rfc3986-validator==0.1.1
77-
Send2Trash==1.8.0
78-
six==1.16.0
79-
sniffio==1.3.0
80-
soupsieve==2.4
81-
stack-data==0.6.2
82-
tenacity==8.2.2
83-
terminado==0.17.1
84-
tinycss2==1.2.1
85-
tornado==6.3.3
86-
traitlets==5.9.0
87-
uri-template==1.2.0
88-
wcwidth==0.2.6
89-
webcolors==1.12
90-
webencodings==0.5.1
91-
websocket-client==1.5.1
92-
widgetsnbextension==4.0.6
93-
xyzservices==2023.2.0
1+
numpy
2+
plotly
3+
bokeh
4+
notebook

justfile

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ clean:
2222
# deploy manifest in current directory to target server
2323
deploy connect:
2424
rsconnect deploy manifest {{invocation_directory()}}/manifest.json -n {{connect}}
25+
26+
release:
27+
gh release create

quarto-lightbox/manifest.json

+11-5
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,28 @@
55
"appmode": "quarto-static"
66
},
77
"quarto": {
8-
"version": "1.1.189",
8+
"version": "1.4.424",
99
"engines": [
1010
"jupyter"
1111
]
1212
},
1313
"python": {
14-
"version": "3.10.4",
14+
"version": "3.10.12",
1515
"package_manager": {
1616
"name": "pip",
17-
"version": "22.3.1",
17+
"version": "23.2.1",
1818
"package_file": "requirements.txt"
1919
}
2020
},
2121
"files": {
2222
".gitignore": {
2323
"checksum": "06d306ff933a023ca365a9fbf6589381"
2424
},
25+
".internal.yml": {
26+
"checksum": "1e5a127a851c07e0ca7655bb3d5c7713"
27+
},
2528
"README.md": {
26-
"checksum": "0ecee7ad8ddb45110229b1b0c23c3b96"
29+
"checksum": "eca5c4e1f4827d2562c5de3abc100cdc"
2730
},
2831
"_extensions/quarto-ext/lightbox/_extension.yml": {
2932
"checksum": "3db0b546785dbeb0117afef962c424bd"
@@ -58,11 +61,14 @@
5861
"img/The_Wizard_of_Oz_1955_Lobby_Card.jpg": {
5962
"checksum": "bdbf9246bd2eb7ff5942b3bdc0f3a401"
6063
},
64+
"quarto-lightbox.png": {
65+
"checksum": "1105422772d95ab055a6c8a2f96c7061"
66+
},
6167
"quarto-python-lightbox.qmd": {
6268
"checksum": "c1083bb396a02e22466cca0b5c5e7f6c"
6369
},
6470
"requirements.txt": {
65-
"checksum": "d98af85c5ab8fce1fd8ad751ab9263fd"
71+
"checksum": "97bf05c3ffb69a82084ecc2aaeee4760"
6672
}
6773
}
6874
}

quarto-lightbox/requirements.txt

+79-61
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,100 @@
1-
anyio==3.6.2
2-
argon2-cffi==21.3.0
1+
anyio==4.0.0
2+
appnope==0.1.3
3+
argon2-cffi==23.1.0
34
argon2-cffi-bindings==21.2.0
4-
asttokens==2.1.0
5-
attrs==22.1.0
5+
arrow==1.3.0
6+
asttokens==2.4.0
7+
async-lru==2.0.4
8+
attrs==23.1.0
9+
Babel==2.13.0
610
backcall==0.2.0
7-
beautifulsoup4==4.11.1
8-
bleach==5.0.1
9-
cffi==1.15.1
10-
click==8.1.3
11-
contourpy==1.0.6
12-
cycler==0.11.0
13-
debugpy==1.6.3
11+
beautifulsoup4==4.12.2
12+
bleach==6.1.0
13+
certifi==2023.7.22
14+
cffi==1.16.0
15+
charset-normalizer==3.3.0
16+
comm==0.1.4
17+
contourpy==1.1.1
18+
cycler==0.12.1
19+
debugpy==1.8.0
1420
decorator==5.1.1
1521
defusedxml==0.7.1
16-
entrypoints==0.4
17-
executing==1.2.0
18-
fastjsonschema==2.16.2
19-
fonttools==4.38.0
22+
exceptiongroup==1.1.3
23+
executing==2.0.0
24+
fastjsonschema==2.18.1
25+
fonttools==4.43.1
26+
fqdn==1.5.1
2027
idna==3.4
21-
ipykernel==6.17.0
22-
ipython==8.10.0
23-
ipython-genutils==0.2.0
24-
ipywidgets==8.0.2
25-
jedi==0.18.1
28+
ipykernel==6.25.2
29+
ipython==8.16.1
30+
isoduration==20.11.0
31+
jedi==0.19.1
2632
Jinja2==3.1.2
27-
jsonschema==4.17.0
28-
jupyter==1.0.0
29-
jupyter-console==6.4.4
30-
jupyter-server==2.7.2
31-
jupyter_client==7.4.4
32-
jupyter_core==4.11.2
33+
json5==0.9.14
34+
jsonpointer==2.4
35+
jsonschema==4.19.1
36+
jsonschema-specifications==2023.7.1
37+
jupyter-events==0.8.0
38+
jupyter-lsp==2.2.0
39+
jupyter_client==8.4.0
40+
jupyter_core==5.4.0
41+
jupyter_server==2.8.0
42+
jupyter_server_terminals==0.4.4
43+
jupyterlab==4.0.7
3344
jupyterlab-pygments==0.2.2
34-
jupyterlab-widgets==3.0.3
35-
kiwisolver==1.4.4
36-
MarkupSafe==2.1.1
37-
matplotlib==3.6.2
45+
jupyterlab_server==2.25.0
46+
kiwisolver==1.4.5
47+
MarkupSafe==2.1.3
48+
matplotlib==3.8.0
3849
matplotlib-inline==0.1.6
39-
mistune==2.0.4
40-
nbclassic==0.4.8
41-
nbclient==0.7.0
42-
nbconvert==7.2.3
43-
nbformat==5.7.0
44-
nest-asyncio==1.5.6
45-
notebook==6.5.2
46-
notebook_shim==0.2.2
47-
numpy==1.23.4
48-
packaging==21.3
50+
mistune==3.0.2
51+
nbclient==0.8.0
52+
nbconvert==7.9.2
53+
nbformat==5.9.2
54+
nest-asyncio==1.5.8
55+
notebook==7.0.6
56+
notebook_shim==0.2.3
57+
numpy==1.26.1
58+
overrides==7.4.0
59+
packaging==23.2
4960
pandocfilters==1.5.0
5061
parso==0.8.3
5162
pexpect==4.8.0
5263
pickleshare==0.7.5
53-
Pillow==10.0.1
54-
prometheus-client==0.15.0
55-
prompt-toolkit==3.0.32
56-
psutil==5.9.3
64+
Pillow==10.1.0
65+
platformdirs==3.11.0
66+
prometheus-client==0.17.1
67+
prompt-toolkit==3.0.39
68+
psutil==5.9.6
5769
ptyprocess==0.7.0
5870
pure-eval==0.2.2
5971
pycparser==2.21
60-
Pygments==2.15.0
61-
PyJWT==2.6.0
62-
pyparsing==3.0.9
63-
pyrsistent==0.19.2
72+
Pygments==2.16.1
73+
pyparsing==3.1.1
6474
python-dateutil==2.8.2
65-
pyzmq==24.0.1
66-
qtconsole==5.4.0
67-
QtPy==2.2.1
68-
rsconnect-python==1.12.0
69-
semver==2.13.0
70-
Send2Trash==1.8.0
75+
python-json-logger==2.0.7
76+
PyYAML==6.0.1
77+
pyzmq==25.1.1
78+
referencing==0.30.2
79+
requests==2.31.0
80+
rfc3339-validator==0.1.4
81+
rfc3986-validator==0.1.1
82+
rpds-py==0.10.6
83+
Send2Trash==1.8.2
7184
six==1.16.0
7285
sniffio==1.3.0
73-
soupsieve==2.3.2.post1
74-
stack-data==0.6.0
75-
terminado==0.17.0
86+
soupsieve==2.5
87+
stack-data==0.6.3
88+
terminado==0.17.1
7689
tinycss2==1.2.1
90+
tomli==2.0.1
7791
tornado==6.3.3
78-
traitlets==5.5.0
79-
wcwidth==0.2.5
92+
traitlets==5.11.2
93+
types-python-dateutil==2.8.19.14
94+
typing_extensions==4.8.0
95+
uri-template==1.3.0
96+
urllib3==2.0.7
97+
wcwidth==0.2.8
98+
webcolors==1.13
8099
webencodings==0.5.1
81-
websocket-client==1.4.2
82-
widgetsnbextension==4.0.3
100+
websocket-client==1.6.4

0 commit comments

Comments
 (0)