Jon Solow commited on
Commit
6c9ae0f
·
1 Parent(s): eef2a93

Update deps 2023-10-18 resolving urllib vuln

Browse files
Files changed (2) hide show
  1. dev-requirements.txt +17 -17
  2. requirements.txt +6 -6
dev-requirements.txt CHANGED
@@ -34,7 +34,7 @@ beautifulsoup4==4.12.2
34
  # via
35
  # YFDashboard (pyproject.toml)
36
  # nbconvert
37
- black==23.9.1
38
  # via YFDashboard (pyproject.toml)
39
  bleach==6.1.0
40
  # via nbconvert
@@ -65,7 +65,7 @@ decorator==5.1.1
65
  # via ipython
66
  defusedxml==0.7.1
67
  # via nbconvert
68
- duckdb==0.9.0
69
  # via YFDashboard (pyproject.toml)
70
  executing==2.0.0
71
  # via stack-data
@@ -75,7 +75,7 @@ fqdn==1.5.1
75
  # via jsonschema
76
  gitdb==4.0.10
77
  # via gitpython
78
- gitpython==3.1.37
79
  # via streamlit
80
  h11==0.14.0
81
  # via httpcore
@@ -138,7 +138,7 @@ jsonschema-specifications==2023.7.1
138
  # via jsonschema
139
  jupyter==1.0.0
140
  # via YFDashboard (pyproject.toml)
141
- jupyter-client==8.3.1
142
  # via
143
  # ipykernel
144
  # jupyter-console
@@ -147,7 +147,7 @@ jupyter-client==8.3.1
147
  # qtconsole
148
  jupyter-console==6.6.3
149
  # via jupyter
150
- jupyter-core==5.3.2
151
  # via
152
  # ipykernel
153
  # jupyter-client
@@ -158,11 +158,11 @@ jupyter-core==5.3.2
158
  # nbconvert
159
  # nbformat
160
  # qtconsole
161
- jupyter-events==0.7.0
162
  # via jupyter-server
163
  jupyter-lsp==2.2.0
164
  # via jupyterlab
165
- jupyter-server==2.7.3
166
  # via
167
  # jupyter-lsp
168
  # jupyterlab
@@ -171,7 +171,7 @@ jupyter-server==2.7.3
171
  # notebook-shim
172
  jupyter-server-terminals==0.4.4
173
  # via jupyter-server
174
- jupyterlab==4.0.6
175
  # via notebook
176
  jupyterlab-pygments==0.2.2
177
  # via nbconvert
@@ -199,7 +199,7 @@ mdurl==0.1.2
199
  # via markdown-it-py
200
  mistune==3.0.2
201
  # via nbconvert
202
- mypy==1.5.1
203
  # via YFDashboard (pyproject.toml)
204
  mypy-extensions==1.0.0
205
  # via
@@ -218,13 +218,13 @@ nbformat==5.9.2
218
  # nbconvert
219
  nest-asyncio==1.5.8
220
  # via ipykernel
221
- notebook==7.0.4
222
  # via jupyter
223
  notebook-shim==0.2.3
224
  # via
225
  # jupyterlab
226
  # notebook
227
- numpy==1.26.0
228
  # via
229
  # YFDashboard (pyproject.toml)
230
  # altair
@@ -265,7 +265,7 @@ pexpect==4.8.0
265
  # via ipython
266
  pickleshare==0.7.5
267
  # via ipython
268
- pillow==10.0.1
269
  # via streamlit
270
  platformdirs==3.11.0
271
  # via
@@ -281,7 +281,7 @@ prompt-toolkit==3.0.39
281
  # jupyter-console
282
  protobuf==4.24.4
283
  # via streamlit
284
- psutil==5.9.5
285
  # via ipykernel
286
  ptyprocess==0.7.0
287
  # via
@@ -350,11 +350,11 @@ rfc3986-validator==0.1.1
350
  # jupyter-events
351
  rich==13.6.0
352
  # via streamlit
353
- rpds-py==0.10.4
354
  # via
355
  # jsonschema
356
  # referencing
357
- ruff==0.0.292
358
  # via YFDashboard (pyproject.toml)
359
  send2trash==1.8.2
360
  # via jupyter-server
@@ -428,7 +428,7 @@ types-python-dateutil==2.8.19.14
428
  # via arrow
429
  types-pytz==2023.3.1.1
430
  # via pandas-stubs
431
- types-requests==2.31.0.8
432
  # via YFDashboard (pyproject.toml)
433
  typing-extensions==4.8.0
434
  # via
@@ -442,7 +442,7 @@ tzlocal==5.1
442
  # via streamlit
443
  uri-template==1.3.0
444
  # via jsonschema
445
- urllib3==2.0.6
446
  # via
447
  # requests
448
  # types-requests
 
34
  # via
35
  # YFDashboard (pyproject.toml)
36
  # nbconvert
37
+ black==23.10.0
38
  # via YFDashboard (pyproject.toml)
39
  bleach==6.1.0
40
  # via nbconvert
 
65
  # via ipython
66
  defusedxml==0.7.1
67
  # via nbconvert
68
+ duckdb==0.9.1
69
  # via YFDashboard (pyproject.toml)
70
  executing==2.0.0
71
  # via stack-data
 
75
  # via jsonschema
76
  gitdb==4.0.10
77
  # via gitpython
78
+ gitpython==3.1.40
79
  # via streamlit
80
  h11==0.14.0
81
  # via httpcore
 
138
  # via jsonschema
139
  jupyter==1.0.0
140
  # via YFDashboard (pyproject.toml)
141
+ jupyter-client==8.4.0
142
  # via
143
  # ipykernel
144
  # jupyter-console
 
147
  # qtconsole
148
  jupyter-console==6.6.3
149
  # via jupyter
150
+ jupyter-core==5.4.0
151
  # via
152
  # ipykernel
153
  # jupyter-client
 
158
  # nbconvert
159
  # nbformat
160
  # qtconsole
161
+ jupyter-events==0.8.0
162
  # via jupyter-server
163
  jupyter-lsp==2.2.0
164
  # via jupyterlab
165
+ jupyter-server==2.8.0
166
  # via
167
  # jupyter-lsp
168
  # jupyterlab
 
171
  # notebook-shim
172
  jupyter-server-terminals==0.4.4
173
  # via jupyter-server
174
+ jupyterlab==4.0.7
175
  # via notebook
176
  jupyterlab-pygments==0.2.2
177
  # via nbconvert
 
199
  # via markdown-it-py
200
  mistune==3.0.2
201
  # via nbconvert
202
+ mypy==1.6.1
203
  # via YFDashboard (pyproject.toml)
204
  mypy-extensions==1.0.0
205
  # via
 
218
  # nbconvert
219
  nest-asyncio==1.5.8
220
  # via ipykernel
221
+ notebook==7.0.6
222
  # via jupyter
223
  notebook-shim==0.2.3
224
  # via
225
  # jupyterlab
226
  # notebook
227
+ numpy==1.26.1
228
  # via
229
  # YFDashboard (pyproject.toml)
230
  # altair
 
265
  # via ipython
266
  pickleshare==0.7.5
267
  # via ipython
268
+ pillow==10.1.0
269
  # via streamlit
270
  platformdirs==3.11.0
271
  # via
 
281
  # jupyter-console
282
  protobuf==4.24.4
283
  # via streamlit
284
+ psutil==5.9.6
285
  # via ipykernel
286
  ptyprocess==0.7.0
287
  # via
 
350
  # jupyter-events
351
  rich==13.6.0
352
  # via streamlit
353
+ rpds-py==0.10.6
354
  # via
355
  # jsonschema
356
  # referencing
357
+ ruff==0.1.0
358
  # via YFDashboard (pyproject.toml)
359
  send2trash==1.8.2
360
  # via jupyter-server
 
428
  # via arrow
429
  types-pytz==2023.3.1.1
430
  # via pandas-stubs
431
+ types-requests==2.31.0.10
432
  # via YFDashboard (pyproject.toml)
433
  typing-extensions==4.8.0
434
  # via
 
442
  # via streamlit
443
  uri-template==1.3.0
444
  # via jsonschema
445
+ urllib3==2.0.7
446
  # via
447
  # requests
448
  # types-requests
requirements.txt CHANGED
@@ -29,11 +29,11 @@ charset-normalizer==3.3.0
29
  # via requests
30
  click==8.1.7
31
  # via streamlit
32
- duckdb==0.9.0
33
  # via YFDashboard (pyproject.toml)
34
  gitdb==4.0.10
35
  # via gitpython
36
- gitpython==3.1.37
37
  # via streamlit
38
  h11==0.14.0
39
  # via httpcore
@@ -68,7 +68,7 @@ markupsafe==2.1.3
68
  # via jinja2
69
  mdurl==0.1.2
70
  # via markdown-it-py
71
- numpy==1.26.0
72
  # via
73
  # YFDashboard (pyproject.toml)
74
  # altair
@@ -85,7 +85,7 @@ pandas==2.1.1
85
  # YFDashboard (pyproject.toml)
86
  # altair
87
  # streamlit
88
- pillow==10.0.1
89
  # via streamlit
90
  protobuf==4.24.4
91
  # via streamlit
@@ -113,7 +113,7 @@ requests==2.31.0
113
  # via streamlit
114
  rich==13.6.0
115
  # via streamlit
116
- rpds-py==0.10.4
117
  # via
118
  # jsonschema
119
  # referencing
@@ -153,7 +153,7 @@ tzdata==2023.3
153
  # via pandas
154
  tzlocal==5.1
155
  # via streamlit
156
- urllib3==2.0.6
157
  # via requests
158
  validators==0.22.0
159
  # via streamlit
 
29
  # via requests
30
  click==8.1.7
31
  # via streamlit
32
+ duckdb==0.9.1
33
  # via YFDashboard (pyproject.toml)
34
  gitdb==4.0.10
35
  # via gitpython
36
+ gitpython==3.1.40
37
  # via streamlit
38
  h11==0.14.0
39
  # via httpcore
 
68
  # via jinja2
69
  mdurl==0.1.2
70
  # via markdown-it-py
71
+ numpy==1.26.1
72
  # via
73
  # YFDashboard (pyproject.toml)
74
  # altair
 
85
  # YFDashboard (pyproject.toml)
86
  # altair
87
  # streamlit
88
+ pillow==10.1.0
89
  # via streamlit
90
  protobuf==4.24.4
91
  # via streamlit
 
113
  # via streamlit
114
  rich==13.6.0
115
  # via streamlit
116
+ rpds-py==0.10.6
117
  # via
118
  # jsonschema
119
  # referencing
 
153
  # via pandas
154
  tzlocal==5.1
155
  # via streamlit
156
+ urllib3==2.0.7
157
  # via requests
158
  validators==0.22.0
159
  # via streamlit