File tree 9 files changed +31
-31
lines changed
flask-sentiment-analysis-api
flask-sentiment-analysis-app
jupyter-interactive-visualization
reticulated-image-classifier
reticulated-sentiment-analysis-app
9 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1
- certifi == 2022.12.7
1
+ certifi == 2023.7.22
2
2
charset-normalizer == 3.1.0
3
3
click == 8.1.3
4
4
dash == 2.9.1
@@ -19,5 +19,5 @@ pytz==2022.7.1
19
19
requests == 2.31.0
20
20
six == 1.16.0
21
21
tenacity == 8.2.2
22
- urllib3 == 1.26.15
22
+ urllib3 == 1.26.18
23
23
Werkzeug == 2.2.3
Original file line number Diff line number Diff line change 1
1
blis == 0.7.9
2
2
catalogue == 1.0.2
3
- certifi == 2022.12.7
3
+ certifi == 2023.7.22
4
4
charset-normalizer == 3.1.0
5
5
click == 8.1.3
6
6
cymem == 2.0.7
@@ -18,6 +18,6 @@ spacy==2.3.9
18
18
srsly == 1.0.6
19
19
thinc == 7.4.6
20
20
tqdm == 4.65.0
21
- urllib3 == 1.26.15
21
+ urllib3 == 1.26.18
22
22
wasabi == 0.10.1
23
23
Werkzeug == 2.2.3
Original file line number Diff line number Diff line change 1
1
blis == 0.7.9
2
2
catalogue == 1.0.2
3
- certifi == 2022.12.7
3
+ certifi == 2023.7.22
4
4
charset-normalizer == 3.1.0
5
5
click == 8.1.3
6
6
cymem == 2.0.7
@@ -18,6 +18,6 @@ spacy==2.3.9
18
18
srsly == 1.0.6
19
19
thinc == 7.4.6
20
20
tqdm == 4.65.0
21
- urllib3 == 1.26.15
21
+ urllib3 == 1.26.18
22
22
wasabi == 0.10.1
23
23
Werkzeug == 2.2.3
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ jupyter-console==6.6.3
33
33
jupyter-events == 0.6.3
34
34
jupyter_client == 8.1.0
35
35
jupyter_core == 5.3.0
36
- jupyter_server == 2.5.0
36
+ jupyter_server == 2.7.2
37
37
jupyter_server_terminals == 0.4.4
38
38
jupyterlab-pygments == 0.2.2
39
39
jupyterlab-widgets == 3.0.6
@@ -54,7 +54,7 @@ pandocfilters==1.5.0
54
54
parso == 0.8.3
55
55
pexpect == 4.8.0
56
56
pickleshare == 0.7.5
57
- Pillow == 9.4.0
57
+ Pillow == 10.0.1
58
58
platformdirs == 3.1.1
59
59
plotly == 5.13.1
60
60
prometheus-client == 0.16.0
@@ -63,7 +63,7 @@ psutil==5.9.4
63
63
ptyprocess == 0.7.0
64
64
pure-eval == 0.2.2
65
65
pycparser == 2.21
66
- Pygments == 2.14 .0
66
+ Pygments == 2.15 .0
67
67
pyrsistent == 0.19.3
68
68
python-dateutil == 2.8.2
69
69
python-json-logger == 2.0.7
@@ -82,7 +82,7 @@ stack-data==0.6.2
82
82
tenacity == 8.2.2
83
83
terminado == 0.17.1
84
84
tinycss2 == 1.2.1
85
- tornado == 6.3.2
85
+ tornado == 6.3.3
86
86
traitlets == 5.9.0
87
87
uri-template == 1.2.0
88
88
wcwidth == 0.2.6
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ backcall==0.2.0
9
9
beautifulsoup4 == 4.12.0
10
10
bleach == 6.0.0
11
11
bqplot == 0.12.36
12
- certifi == 2022.12.7
12
+ certifi == 2023.7.22
13
13
cffi == 1.15.1
14
14
charset-normalizer == 3.1.0
15
15
comm == 0.1.2
@@ -38,7 +38,7 @@ json5==0.9.11
38
38
jsonschema == 4.17.3
39
39
jupyter == 1.0.0
40
40
jupyter-console == 6.6.3
41
- jupyter-server == 1.23.6
41
+ jupyter-server == 2.7.2
42
42
jupyter_client == 7.4.1
43
43
jupyter_core == 5.3.0
44
44
jupyterlab-pygments == 0.2.2
@@ -63,15 +63,15 @@ pandocfilters==1.5.0
63
63
parso == 0.8.3
64
64
pexpect == 4.8.0
65
65
pickleshare == 0.7.5
66
- Pillow == 9.4.0
66
+ Pillow == 10.0.1
67
67
platformdirs == 3.1.1
68
68
prometheus-client == 0.16.0
69
69
prompt-toolkit == 3.0.38
70
70
psutil == 5.9.4
71
71
ptyprocess == 0.7.0
72
72
pure-eval == 0.2.2
73
73
pycparser == 2.21
74
- Pygments == 2.14 .0
74
+ Pygments == 2.15 .0
75
75
pyparsing == 3.0.9
76
76
pyrsistent == 0.19.3
77
77
python-dateutil == 2.8.2
@@ -89,10 +89,10 @@ soupsieve==2.4
89
89
stack-data == 0.6.2
90
90
terminado == 0.17.1
91
91
tinycss2 == 1.2.1
92
- tornado == 6.3.2
92
+ tornado == 6.3.3
93
93
traitlets == 5.9.0
94
94
traittypes == 0.2.1
95
- urllib3 == 1.26.15
95
+ urllib3 == 1.26.18
96
96
voila == 0.4.0
97
97
wcwidth == 0.2.6
98
98
webencodings == 0.5.1
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Jinja2==3.1.2
27
27
jsonschema == 4.17.0
28
28
jupyter == 1.0.0
29
29
jupyter-console == 6.4.4
30
- jupyter-server == 1.23.0
30
+ jupyter-server == 2.7.2
31
31
jupyter_client == 7.4.4
32
32
jupyter_core == 4.11.2
33
33
jupyterlab-pygments == 0.2.2
@@ -50,14 +50,14 @@ pandocfilters==1.5.0
50
50
parso == 0.8.3
51
51
pexpect == 4.8.0
52
52
pickleshare == 0.7.5
53
- Pillow == 9.3.0
53
+ Pillow == 10.0.1
54
54
prometheus-client == 0.15.0
55
55
prompt-toolkit == 3.0.32
56
56
psutil == 5.9.3
57
57
ptyprocess == 0.7.0
58
58
pure-eval == 0.2.2
59
59
pycparser == 2.21
60
- Pygments == 2.13 .0
60
+ Pygments == 2.15 .0
61
61
PyJWT == 2.6.0
62
62
pyparsing == 3.0.9
63
63
pyrsistent == 0.19.2
@@ -74,7 +74,7 @@ soupsieve==2.3.2.post1
74
74
stack-data == 0.6.0
75
75
terminado == 0.17.0
76
76
tinycss2 == 1.2.1
77
- tornado == 6.3.2
77
+ tornado == 6.3.3
78
78
traitlets == 5.5.0
79
79
wcwidth == 0.2.5
80
80
webencodings == 0.5.1
Original file line number Diff line number Diff line change 1
- certifi == 2022.12.7
1
+ certifi == 2023.7.22
2
2
charset-normalizer == 3.1.0
3
3
filelock == 3.10.0
4
4
idna == 3.4
@@ -7,10 +7,10 @@ MarkupSafe==2.1.2
7
7
mpmath == 1.3.0
8
8
networkx == 3.0
9
9
numpy == 1.24.2
10
- Pillow == 9.4.0
10
+ Pillow == 10.0.1
11
11
requests == 2.31.0
12
12
sympy == 1.11.1
13
13
torch == 2.0.0
14
14
torchvision == 0.15.1
15
15
typing_extensions == 4.5.0
16
- urllib3 == 1.26.15
16
+ urllib3 == 1.26.18
Original file line number Diff line number Diff line change 1
1
--index-url https://packagemanager.rstudio.com/pypi/latest/simple
2
2
blis == 0.7.4
3
3
catalogue == 1.0.0
4
- certifi == 2022.12.7
4
+ certifi == 2023.7.22
5
5
charset-normalizer == 2.0.6
6
6
cymem == 2.0.5
7
7
idna == 3.2
@@ -14,5 +14,5 @@ spacy==2.3.7
14
14
srsly == 1.0.5
15
15
thinc == 7.4.5
16
16
tqdm == 4.62.3
17
- urllib3 == 1.26.7
17
+ urllib3 == 2.0.6
18
18
wasabi == 0.8.2
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ altair==4.2.2
2
2
attrs == 22.2.0
3
3
blinker == 1.5
4
4
cachetools == 5.3.0
5
- certifi == 2022.12.7
5
+ certifi == 2023.7.22
6
6
charset-normalizer == 3.1.0
7
7
click == 8.1.3
8
8
decorator == 5.1.1
9
9
entrypoints == 0.4
10
10
gitdb == 4.0.10
11
- GitPython == 3.1.31
11
+ GitPython == 3.1.37
12
12
idna == 3.4
13
13
importlib-metadata == 6.1.0
14
14
Jinja2 == 3.1.2
@@ -19,11 +19,11 @@ mdurl==0.1.2
19
19
numpy == 1.24.2
20
20
packaging == 23.0
21
21
pandas == 1.5.3
22
- Pillow == 9.4.0
22
+ Pillow == 10.0.1
23
23
protobuf == 3.20.3
24
24
pyarrow == 11.0.0
25
25
pydeck == 0.8.0
26
- Pygments == 2.14 .0
26
+ Pygments == 2.15 .0
27
27
Pympler == 1.0.1
28
28
pyrsistent == 0.19.3
29
29
python-dateutil == 2.8.2
@@ -37,10 +37,10 @@ smmap==5.0.0
37
37
streamlit == 1.20.0
38
38
toml == 0.10.2
39
39
toolz == 0.12.0
40
- tornado == 6.3.2
40
+ tornado == 6.3.3
41
41
typing_extensions == 4.5.0
42
42
tzdata == 2022.7
43
43
tzlocal == 4.3
44
- urllib3 == 1.26.15
44
+ urllib3 == 1.26.18
45
45
validators == 0.20.0
46
46
zipp == 3.15.0
You can’t perform that action at this time.
0 commit comments