Skip to content

Commit 45815c6

Browse files
authored
Merge pull request #179 from sol-eng/combined-pr-branch
Combined dependencies PR
2 parents bb9d3ee + 5ba4aea commit 45815c6

File tree

9 files changed

+31
-31
lines changed

9 files changed

+31
-31
lines changed

dash-bikeshare/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2022.12.7
1+
certifi==2023.7.22
22
charset-normalizer==3.1.0
33
click==8.1.3
44
dash==2.9.1
@@ -19,5 +19,5 @@ pytz==2022.7.1
1919
requests==2.31.0
2020
six==1.16.0
2121
tenacity==8.2.2
22-
urllib3==1.26.15
22+
urllib3==1.26.18
2323
Werkzeug==2.2.3

flask-sentiment-analysis-api/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blis==0.7.9
22
catalogue==1.0.2
3-
certifi==2022.12.7
3+
certifi==2023.7.22
44
charset-normalizer==3.1.0
55
click==8.1.3
66
cymem==2.0.7
@@ -18,6 +18,6 @@ spacy==2.3.9
1818
srsly==1.0.6
1919
thinc==7.4.6
2020
tqdm==4.65.0
21-
urllib3==1.26.15
21+
urllib3==1.26.18
2222
wasabi==0.10.1
2323
Werkzeug==2.2.3

flask-sentiment-analysis-app/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blis==0.7.9
22
catalogue==1.0.2
3-
certifi==2022.12.7
3+
certifi==2023.7.22
44
charset-normalizer==3.1.0
55
click==8.1.3
66
cymem==2.0.7
@@ -18,6 +18,6 @@ spacy==2.3.9
1818
srsly==1.0.6
1919
thinc==7.4.6
2020
tqdm==4.65.0
21-
urllib3==1.26.15
21+
urllib3==1.26.18
2222
wasabi==0.10.1
2323
Werkzeug==2.2.3

jupyter-interactive-visualization/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jupyter-console==6.6.3
3333
jupyter-events==0.6.3
3434
jupyter_client==8.1.0
3535
jupyter_core==5.3.0
36-
jupyter_server==2.5.0
36+
jupyter_server==2.7.2
3737
jupyter_server_terminals==0.4.4
3838
jupyterlab-pygments==0.2.2
3939
jupyterlab-widgets==3.0.6
@@ -54,7 +54,7 @@ pandocfilters==1.5.0
5454
parso==0.8.3
5555
pexpect==4.8.0
5656
pickleshare==0.7.5
57-
Pillow==9.4.0
57+
Pillow==10.0.1
5858
platformdirs==3.1.1
5959
plotly==5.13.1
6060
prometheus-client==0.16.0
@@ -63,7 +63,7 @@ psutil==5.9.4
6363
ptyprocess==0.7.0
6464
pure-eval==0.2.2
6565
pycparser==2.21
66-
Pygments==2.14.0
66+
Pygments==2.15.0
6767
pyrsistent==0.19.3
6868
python-dateutil==2.8.2
6969
python-json-logger==2.0.7
@@ -82,7 +82,7 @@ stack-data==0.6.2
8282
tenacity==8.2.2
8383
terminado==0.17.1
8484
tinycss2==1.2.1
85-
tornado==6.3.2
85+
tornado==6.3.3
8686
traitlets==5.9.0
8787
uri-template==1.2.0
8888
wcwidth==0.2.6

jupyter-voila/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ backcall==0.2.0
99
beautifulsoup4==4.12.0
1010
bleach==6.0.0
1111
bqplot==0.12.36
12-
certifi==2022.12.7
12+
certifi==2023.7.22
1313
cffi==1.15.1
1414
charset-normalizer==3.1.0
1515
comm==0.1.2
@@ -38,7 +38,7 @@ json5==0.9.11
3838
jsonschema==4.17.3
3939
jupyter==1.0.0
4040
jupyter-console==6.6.3
41-
jupyter-server==1.23.6
41+
jupyter-server==2.7.2
4242
jupyter_client==7.4.1
4343
jupyter_core==5.3.0
4444
jupyterlab-pygments==0.2.2
@@ -63,15 +63,15 @@ pandocfilters==1.5.0
6363
parso==0.8.3
6464
pexpect==4.8.0
6565
pickleshare==0.7.5
66-
Pillow==9.4.0
66+
Pillow==10.0.1
6767
platformdirs==3.1.1
6868
prometheus-client==0.16.0
6969
prompt-toolkit==3.0.38
7070
psutil==5.9.4
7171
ptyprocess==0.7.0
7272
pure-eval==0.2.2
7373
pycparser==2.21
74-
Pygments==2.14.0
74+
Pygments==2.15.0
7575
pyparsing==3.0.9
7676
pyrsistent==0.19.3
7777
python-dateutil==2.8.2
@@ -89,10 +89,10 @@ soupsieve==2.4
8989
stack-data==0.6.2
9090
terminado==0.17.1
9191
tinycss2==1.2.1
92-
tornado==6.3.2
92+
tornado==6.3.3
9393
traitlets==5.9.0
9494
traittypes==0.2.1
95-
urllib3==1.26.15
95+
urllib3==1.26.18
9696
voila==0.4.0
9797
wcwidth==0.2.6
9898
webencodings==0.5.1

quarto-lightbox/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Jinja2==3.1.2
2727
jsonschema==4.17.0
2828
jupyter==1.0.0
2929
jupyter-console==6.4.4
30-
jupyter-server==1.23.0
30+
jupyter-server==2.7.2
3131
jupyter_client==7.4.4
3232
jupyter_core==4.11.2
3333
jupyterlab-pygments==0.2.2
@@ -50,14 +50,14 @@ pandocfilters==1.5.0
5050
parso==0.8.3
5151
pexpect==4.8.0
5252
pickleshare==0.7.5
53-
Pillow==9.3.0
53+
Pillow==10.0.1
5454
prometheus-client==0.15.0
5555
prompt-toolkit==3.0.32
5656
psutil==5.9.3
5757
ptyprocess==0.7.0
5858
pure-eval==0.2.2
5959
pycparser==2.21
60-
Pygments==2.13.0
60+
Pygments==2.15.0
6161
PyJWT==2.6.0
6262
pyparsing==3.0.9
6363
pyrsistent==0.19.2
@@ -74,7 +74,7 @@ soupsieve==2.3.2.post1
7474
stack-data==0.6.0
7575
terminado==0.17.0
7676
tinycss2==1.2.1
77-
tornado==6.3.2
77+
tornado==6.3.3
7878
traitlets==5.5.0
7979
wcwidth==0.2.5
8080
webencodings==0.5.1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2022.12.7
1+
certifi==2023.7.22
22
charset-normalizer==3.1.0
33
filelock==3.10.0
44
idna==3.4
@@ -7,10 +7,10 @@ MarkupSafe==2.1.2
77
mpmath==1.3.0
88
networkx==3.0
99
numpy==1.24.2
10-
Pillow==9.4.0
10+
Pillow==10.0.1
1111
requests==2.31.0
1212
sympy==1.11.1
1313
torch==2.0.0
1414
torchvision==0.15.1
1515
typing_extensions==4.5.0
16-
urllib3==1.26.15
16+
urllib3==1.26.18

reticulated-sentiment-analysis-app/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--index-url https://packagemanager.rstudio.com/pypi/latest/simple
22
blis==0.7.4
33
catalogue==1.0.0
4-
certifi==2022.12.7
4+
certifi==2023.7.22
55
charset-normalizer==2.0.6
66
cymem==2.0.5
77
idna==3.2
@@ -14,5 +14,5 @@ spacy==2.3.7
1414
srsly==1.0.5
1515
thinc==7.4.5
1616
tqdm==4.62.3
17-
urllib3==1.26.7
17+
urllib3==2.0.6
1818
wasabi==0.8.2

streamlit-income-share/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ altair==4.2.2
22
attrs==22.2.0
33
blinker==1.5
44
cachetools==5.3.0
5-
certifi==2022.12.7
5+
certifi==2023.7.22
66
charset-normalizer==3.1.0
77
click==8.1.3
88
decorator==5.1.1
99
entrypoints==0.4
1010
gitdb==4.0.10
11-
GitPython==3.1.31
11+
GitPython==3.1.37
1212
idna==3.4
1313
importlib-metadata==6.1.0
1414
Jinja2==3.1.2
@@ -19,11 +19,11 @@ mdurl==0.1.2
1919
numpy==1.24.2
2020
packaging==23.0
2121
pandas==1.5.3
22-
Pillow==9.4.0
22+
Pillow==10.0.1
2323
protobuf==3.20.3
2424
pyarrow==11.0.0
2525
pydeck==0.8.0
26-
Pygments==2.14.0
26+
Pygments==2.15.0
2727
Pympler==1.0.1
2828
pyrsistent==0.19.3
2929
python-dateutil==2.8.2
@@ -37,10 +37,10 @@ smmap==5.0.0
3737
streamlit==1.20.0
3838
toml==0.10.2
3939
toolz==0.12.0
40-
tornado==6.3.2
40+
tornado==6.3.3
4141
typing_extensions==4.5.0
4242
tzdata==2022.7
4343
tzlocal==4.3
44-
urllib3==1.26.15
44+
urllib3==1.26.18
4545
validators==0.20.0
4646
zipp==3.15.0

0 commit comments

Comments
 (0)