Jon Solow commited on
Commit
d27a450
·
1 Parent(s): 243b60e

Update reqs 2023-10-09

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. dev-requirements.txt +11 -11
  3. requirements.txt +7 -7
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏃
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: streamlit
7
- sdk_version: 1.27.1
8
  app_file: src/Home.py
9
  pinned: false
10
  ---
 
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: streamlit
7
+ sdk_version: 1.27.2
8
  app_file: src/Home.py
9
  pinned: false
10
  ---
dev-requirements.txt CHANGED
@@ -4,9 +4,9 @@
4
  #
5
  # pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
6
  #
7
- altair==5.1.1
8
  # via streamlit
9
- annotated-types==0.5.0
10
  # via pydantic
11
  anyio==4.0.0
12
  # via
@@ -36,9 +36,9 @@ beautifulsoup4==4.12.2
36
  # nbconvert
37
  black==23.9.1
38
  # via YFDashboard (pyproject.toml)
39
- bleach==6.0.0
40
  # via nbconvert
41
- blinker==1.6.2
42
  # via streamlit
43
  cachetools==5.3.1
44
  # via streamlit
@@ -207,7 +207,7 @@ mypy-extensions==1.0.0
207
  # mypy
208
  nbclient==0.8.0
209
  # via nbconvert
210
- nbconvert==7.8.0
211
  # via
212
  # jupyter
213
  # jupyter-server
@@ -279,7 +279,7 @@ prompt-toolkit==3.0.39
279
  # via
280
  # ipython
281
  # jupyter-console
282
- protobuf==4.24.3
283
  # via streamlit
284
  psutil==5.9.5
285
  # via ipykernel
@@ -350,7 +350,7 @@ rfc3986-validator==0.1.1
350
  # jupyter-events
351
  rich==13.6.0
352
  # via streamlit
353
- rpds-py==0.10.3
354
  # via
355
  # jsonschema
356
  # referencing
@@ -376,7 +376,7 @@ soupsieve==2.5
376
  # via beautifulsoup4
377
  stack-data==0.6.3
378
  # via ipython
379
- streamlit==1.27.1
380
  # via
381
  # YFDashboard (pyproject.toml)
382
  # streamlit-oauth
@@ -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.7
432
  # via YFDashboard (pyproject.toml)
433
  typing-extensions==4.8.0
434
  # via
@@ -438,7 +438,7 @@ typing-extensions==4.8.0
438
  # streamlit
439
  tzdata==2023.3
440
  # via pandas
441
- tzlocal==5.0.1
442
  # via streamlit
443
  uri-template==1.3.0
444
  # via jsonschema
@@ -459,7 +459,7 @@ webencodings==0.5.1
459
  # bleach
460
  # html5lib
461
  # tinycss2
462
- websocket-client==1.6.3
463
  # via jupyter-server
464
  widgetsnbextension==4.0.9
465
  # via ipywidgets
 
4
  #
5
  # pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
6
  #
7
+ altair==5.1.2
8
  # via streamlit
9
+ annotated-types==0.6.0
10
  # via pydantic
11
  anyio==4.0.0
12
  # via
 
36
  # nbconvert
37
  black==23.9.1
38
  # via YFDashboard (pyproject.toml)
39
+ bleach==6.1.0
40
  # via nbconvert
41
+ blinker==1.6.3
42
  # via streamlit
43
  cachetools==5.3.1
44
  # via streamlit
 
207
  # mypy
208
  nbclient==0.8.0
209
  # via nbconvert
210
+ nbconvert==7.9.2
211
  # via
212
  # jupyter
213
  # jupyter-server
 
279
  # via
280
  # ipython
281
  # jupyter-console
282
+ protobuf==4.24.4
283
  # via streamlit
284
  psutil==5.9.5
285
  # via ipykernel
 
350
  # jupyter-events
351
  rich==13.6.0
352
  # via streamlit
353
+ rpds-py==0.10.4
354
  # via
355
  # jsonschema
356
  # referencing
 
376
  # via beautifulsoup4
377
  stack-data==0.6.3
378
  # via ipython
379
+ streamlit==1.27.2
380
  # via
381
  # YFDashboard (pyproject.toml)
382
  # streamlit-oauth
 
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
 
438
  # streamlit
439
  tzdata==2023.3
440
  # via pandas
441
+ tzlocal==5.1
442
  # via streamlit
443
  uri-template==1.3.0
444
  # via jsonschema
 
459
  # bleach
460
  # html5lib
461
  # tinycss2
462
+ websocket-client==1.6.4
463
  # via jupyter-server
464
  widgetsnbextension==4.0.9
465
  # via ipywidgets
requirements.txt CHANGED
@@ -4,9 +4,9 @@
4
  #
5
  # pip-compile --output-file=requirements.txt pyproject.toml
6
  #
7
- altair==5.1.1
8
  # via streamlit
9
- annotated-types==0.5.0
10
  # via pydantic
11
  anyio==4.0.0
12
  # via httpcore
@@ -16,7 +16,7 @@ attrs==23.1.0
16
  # referencing
17
  beautifulsoup4==4.12.2
18
  # via YFDashboard (pyproject.toml)
19
- blinker==1.6.2
20
  # via streamlit
21
  cachetools==5.3.1
22
  # via streamlit
@@ -87,7 +87,7 @@ pandas==2.1.1
87
  # streamlit
88
  pillow==10.0.1
89
  # via streamlit
90
- protobuf==4.24.3
91
  # via streamlit
92
  pyarrow==13.0.0
93
  # 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.3
117
  # via
118
  # jsonschema
119
  # referencing
@@ -130,7 +130,7 @@ sniffio==1.3.0
130
  # httpx
131
  soupsieve==2.5
132
  # via beautifulsoup4
133
- streamlit==1.27.1
134
  # via
135
  # YFDashboard (pyproject.toml)
136
  # streamlit-oauth
@@ -151,7 +151,7 @@ typing-extensions==4.8.0
151
  # streamlit
152
  tzdata==2023.3
153
  # via pandas
154
- tzlocal==5.0.1
155
  # via streamlit
156
  urllib3==2.0.6
157
  # via requests
 
4
  #
5
  # pip-compile --output-file=requirements.txt pyproject.toml
6
  #
7
+ altair==5.1.2
8
  # via streamlit
9
+ annotated-types==0.6.0
10
  # via pydantic
11
  anyio==4.0.0
12
  # via httpcore
 
16
  # referencing
17
  beautifulsoup4==4.12.2
18
  # via YFDashboard (pyproject.toml)
19
+ blinker==1.6.3
20
  # via streamlit
21
  cachetools==5.3.1
22
  # via streamlit
 
87
  # streamlit
88
  pillow==10.0.1
89
  # via streamlit
90
+ protobuf==4.24.4
91
  # via streamlit
92
  pyarrow==13.0.0
93
  # via streamlit
 
113
  # via streamlit
114
  rich==13.6.0
115
  # via streamlit
116
+ rpds-py==0.10.4
117
  # via
118
  # jsonschema
119
  # referencing
 
130
  # httpx
131
  soupsieve==2.5
132
  # via beautifulsoup4
133
+ streamlit==1.27.2
134
  # via
135
  # YFDashboard (pyproject.toml)
136
  # streamlit-oauth
 
151
  # streamlit
152
  tzdata==2023.3
153
  # via pandas
154
+ tzlocal==5.1
155
  # via streamlit
156
  urllib3==2.0.6
157
  # via requests