Jon Solow commited on
Commit
7e072ec
β€’
1 Parent(s): a29184a

Update to streamlit 1.27 and other updates

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. dev-requirements.txt +20 -26
  3. requirements.txt +16 -22
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸƒ
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: streamlit
7
- sdk_version: 1.25.0
8
  app_file: src/Home.py
9
  pinned: false
10
  ---
 
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: streamlit
7
+ sdk_version: 1.27.0
8
  app_file: src/Home.py
9
  pinned: false
10
  ---
dev-requirements.txt CHANGED
@@ -16,7 +16,7 @@ attrs==23.1.0
16
  # referencing
17
  beautifulsoup4==4.12.2
18
  # via YFDashboard (pyproject.toml)
19
- black==23.9.0
20
  # via YFDashboard (pyproject.toml)
21
  blinker==1.6.2
22
  # via streamlit
@@ -35,7 +35,7 @@ click==8.1.7
35
  # streamlit
36
  gitdb==4.0.10
37
  # via gitpython
38
- gitpython==3.1.35
39
  # via streamlit
40
  h11==0.14.0
41
  # via httpcore
@@ -60,7 +60,7 @@ jinja2==3.1.2
60
  # via
61
  # altair
62
  # pydeck
63
- jsonschema==4.19.0
64
  # via altair
65
  jsonschema-specifications==2023.7.1
66
  # via jsonschema
@@ -80,7 +80,7 @@ mypy-extensions==1.0.0
80
  # via
81
  # black
82
  # mypy
83
- numpy==1.25.2
84
  # via
85
  # YFDashboard (pyproject.toml)
86
  # altair
@@ -95,7 +95,7 @@ packaging==23.1
95
  # black
96
  # pytest
97
  # streamlit
98
- pandas==2.1.0
99
  # via
100
  # YFDashboard (pyproject.toml)
101
  # altair
@@ -114,16 +114,14 @@ protobuf==4.24.3
114
  # via streamlit
115
  pyarrow==13.0.0
116
  # via streamlit
117
- pydantic==2.3.0
118
  # via YFDashboard (pyproject.toml)
119
- pydantic-core==2.6.3
120
  # via pydantic
121
- pydeck==0.8.0
122
  # via streamlit
123
  pygments==2.16.1
124
  # via rich
125
- pympler==1.0.1
126
- # via streamlit
127
  pytest==7.4.2
128
  # via YFDashboard (pyproject.toml)
129
  python-dateutil==2.8.2
@@ -132,27 +130,25 @@ python-dateutil==2.8.2
132
  # streamlit
133
  pytz==2023.3.post1
134
  # via pandas
135
- pytz-deprecation-shim==0.1.0.post0
136
- # via tzlocal
137
  referencing==0.30.2
138
  # via
139
  # jsonschema
140
  # jsonschema-specifications
141
  requests==2.31.0
142
  # via streamlit
143
- rich==13.5.2
144
  # via streamlit
145
- rpds-py==0.10.2
146
  # via
147
  # jsonschema
148
  # referencing
149
- ruff==0.0.287
150
  # via YFDashboard (pyproject.toml)
151
  six==1.16.0
152
  # via
153
  # html5lib
154
  # python-dateutil
155
- smmap==5.0.0
156
  # via gitdb
157
  sniffio==1.3.0
158
  # via
@@ -161,7 +157,7 @@ sniffio==1.3.0
161
  # httpx
162
  soupsieve==2.5
163
  # via beautifulsoup4
164
- streamlit==1.26.0
165
  # via
166
  # YFDashboard (pyproject.toml)
167
  # streamlit-oauth
@@ -179,25 +175,23 @@ types-beautifulsoup4==4.12.0.6
179
  # via YFDashboard (pyproject.toml)
180
  types-html5lib==1.1.11.15
181
  # via types-beautifulsoup4
182
- types-pytz==2023.3.0.1
183
  # via pandas-stubs
184
- types-requests==2.31.0.2
185
  # via YFDashboard (pyproject.toml)
186
  types-urllib3==1.26.25.14
187
  # via types-requests
188
- typing-extensions==4.7.1
189
  # via
190
  # mypy
191
  # pydantic
192
  # pydantic-core
193
  # streamlit
194
  tzdata==2023.3
195
- # via
196
- # pandas
197
- # pytz-deprecation-shim
198
- tzlocal==4.3.1
199
  # via streamlit
200
- urllib3==2.0.4
201
  # via requests
202
  validators==0.22.0
203
  # via streamlit
@@ -205,5 +199,5 @@ watchdog==3.0.0
205
  # via streamlit
206
  webencodings==0.5.1
207
  # via html5lib
208
- zipp==3.16.2
209
  # via importlib-metadata
 
16
  # referencing
17
  beautifulsoup4==4.12.2
18
  # via YFDashboard (pyproject.toml)
19
+ black==23.9.1
20
  # via YFDashboard (pyproject.toml)
21
  blinker==1.6.2
22
  # via streamlit
 
35
  # streamlit
36
  gitdb==4.0.10
37
  # via gitpython
38
+ gitpython==3.1.37
39
  # via streamlit
40
  h11==0.14.0
41
  # via httpcore
 
60
  # via
61
  # altair
62
  # pydeck
63
+ jsonschema==4.19.1
64
  # via altair
65
  jsonschema-specifications==2023.7.1
66
  # via jsonschema
 
80
  # via
81
  # black
82
  # mypy
83
+ numpy==1.26.0
84
  # via
85
  # YFDashboard (pyproject.toml)
86
  # altair
 
95
  # black
96
  # pytest
97
  # streamlit
98
+ pandas==2.1.1
99
  # via
100
  # YFDashboard (pyproject.toml)
101
  # altair
 
114
  # via streamlit
115
  pyarrow==13.0.0
116
  # via streamlit
117
+ pydantic==2.4.0
118
  # via YFDashboard (pyproject.toml)
119
+ pydantic-core==2.10.0
120
  # via pydantic
121
+ pydeck==0.8.1b0
122
  # via streamlit
123
  pygments==2.16.1
124
  # via rich
 
 
125
  pytest==7.4.2
126
  # via YFDashboard (pyproject.toml)
127
  python-dateutil==2.8.2
 
130
  # streamlit
131
  pytz==2023.3.post1
132
  # via pandas
 
 
133
  referencing==0.30.2
134
  # via
135
  # jsonschema
136
  # jsonschema-specifications
137
  requests==2.31.0
138
  # via streamlit
139
+ rich==13.5.3
140
  # via streamlit
141
+ rpds-py==0.10.3
142
  # via
143
  # jsonschema
144
  # referencing
145
+ ruff==0.0.291
146
  # via YFDashboard (pyproject.toml)
147
  six==1.16.0
148
  # via
149
  # html5lib
150
  # python-dateutil
151
+ smmap==5.0.1
152
  # via gitdb
153
  sniffio==1.3.0
154
  # via
 
157
  # httpx
158
  soupsieve==2.5
159
  # via beautifulsoup4
160
+ streamlit==1.27.0
161
  # via
162
  # YFDashboard (pyproject.toml)
163
  # streamlit-oauth
 
175
  # via YFDashboard (pyproject.toml)
176
  types-html5lib==1.1.11.15
177
  # via types-beautifulsoup4
178
+ types-pytz==2023.3.1.1
179
  # via pandas-stubs
180
+ types-requests==2.31.0.5
181
  # via YFDashboard (pyproject.toml)
182
  types-urllib3==1.26.25.14
183
  # via types-requests
184
+ typing-extensions==4.8.0
185
  # via
186
  # mypy
187
  # pydantic
188
  # pydantic-core
189
  # streamlit
190
  tzdata==2023.3
191
+ # via pandas
192
+ tzlocal==5.0.1
 
 
193
  # via streamlit
194
+ urllib3==2.0.5
195
  # via requests
196
  validators==0.22.0
197
  # via streamlit
 
199
  # via streamlit
200
  webencodings==0.5.1
201
  # via html5lib
202
+ zipp==3.17.0
203
  # via importlib-metadata
requirements.txt CHANGED
@@ -31,7 +31,7 @@ click==8.1.7
31
  # via streamlit
32
  gitdb==4.0.10
33
  # via gitpython
34
- gitpython==3.1.35
35
  # via streamlit
36
  h11==0.14.0
37
  # via httpcore
@@ -54,7 +54,7 @@ jinja2==3.1.2
54
  # via
55
  # altair
56
  # pydeck
57
- jsonschema==4.19.0
58
  # via altair
59
  jsonschema-specifications==2023.7.1
60
  # via jsonschema
@@ -66,7 +66,7 @@ markupsafe==2.1.3
66
  # via jinja2
67
  mdurl==0.1.2
68
  # via markdown-it-py
69
- numpy==1.25.2
70
  # via
71
  # YFDashboard (pyproject.toml)
72
  # altair
@@ -78,7 +78,7 @@ packaging==23.1
78
  # via
79
  # altair
80
  # streamlit
81
- pandas==2.1.0
82
  # via
83
  # YFDashboard (pyproject.toml)
84
  # altair
@@ -89,33 +89,29 @@ protobuf==4.24.3
89
  # via streamlit
90
  pyarrow==13.0.0
91
  # via streamlit
92
- pydantic==2.3.0
93
  # via YFDashboard (pyproject.toml)
94
- pydantic-core==2.6.3
95
  # via pydantic
96
- pydeck==0.8.0
97
  # via streamlit
98
  pygments==2.16.1
99
  # via rich
100
- pympler==1.0.1
101
- # via streamlit
102
  python-dateutil==2.8.2
103
  # via
104
  # pandas
105
  # streamlit
106
  pytz==2023.3.post1
107
  # via pandas
108
- pytz-deprecation-shim==0.1.0.post0
109
- # via tzlocal
110
  referencing==0.30.2
111
  # via
112
  # jsonschema
113
  # jsonschema-specifications
114
  requests==2.31.0
115
  # via streamlit
116
- rich==13.5.2
117
  # via streamlit
118
- rpds-py==0.10.2
119
  # via
120
  # jsonschema
121
  # referencing
@@ -123,7 +119,7 @@ six==1.16.0
123
  # via
124
  # html5lib
125
  # python-dateutil
126
- smmap==5.0.0
127
  # via gitdb
128
  sniffio==1.3.0
129
  # via
@@ -132,7 +128,7 @@ sniffio==1.3.0
132
  # httpx
133
  soupsieve==2.5
134
  # via beautifulsoup4
135
- streamlit==1.26.0
136
  # via
137
  # YFDashboard (pyproject.toml)
138
  # streamlit-oauth
@@ -146,18 +142,16 @@ toolz==0.12.0
146
  # via altair
147
  tornado==6.3.3
148
  # via streamlit
149
- typing-extensions==4.7.1
150
  # via
151
  # pydantic
152
  # pydantic-core
153
  # streamlit
154
  tzdata==2023.3
155
- # via
156
- # pandas
157
- # pytz-deprecation-shim
158
- tzlocal==4.3.1
159
  # via streamlit
160
- urllib3==2.0.4
161
  # via requests
162
  validators==0.22.0
163
  # via streamlit
@@ -165,5 +159,5 @@ watchdog==3.0.0
165
  # via streamlit
166
  webencodings==0.5.1
167
  # via html5lib
168
- zipp==3.16.2
169
  # via importlib-metadata
 
31
  # via streamlit
32
  gitdb==4.0.10
33
  # via gitpython
34
+ gitpython==3.1.37
35
  # via streamlit
36
  h11==0.14.0
37
  # via httpcore
 
54
  # via
55
  # altair
56
  # pydeck
57
+ jsonschema==4.19.1
58
  # via altair
59
  jsonschema-specifications==2023.7.1
60
  # via jsonschema
 
66
  # via jinja2
67
  mdurl==0.1.2
68
  # via markdown-it-py
69
+ numpy==1.26.0
70
  # via
71
  # YFDashboard (pyproject.toml)
72
  # altair
 
78
  # via
79
  # altair
80
  # streamlit
81
+ pandas==2.1.1
82
  # via
83
  # YFDashboard (pyproject.toml)
84
  # altair
 
89
  # via streamlit
90
  pyarrow==13.0.0
91
  # via streamlit
92
+ pydantic==2.4.0
93
  # via YFDashboard (pyproject.toml)
94
+ pydantic-core==2.10.0
95
  # via pydantic
96
+ pydeck==0.8.1b0
97
  # via streamlit
98
  pygments==2.16.1
99
  # via rich
 
 
100
  python-dateutil==2.8.2
101
  # via
102
  # pandas
103
  # streamlit
104
  pytz==2023.3.post1
105
  # via pandas
 
 
106
  referencing==0.30.2
107
  # via
108
  # jsonschema
109
  # jsonschema-specifications
110
  requests==2.31.0
111
  # via streamlit
112
+ rich==13.5.3
113
  # via streamlit
114
+ rpds-py==0.10.3
115
  # via
116
  # jsonschema
117
  # referencing
 
119
  # via
120
  # html5lib
121
  # python-dateutil
122
+ smmap==5.0.1
123
  # via gitdb
124
  sniffio==1.3.0
125
  # via
 
128
  # httpx
129
  soupsieve==2.5
130
  # via beautifulsoup4
131
+ streamlit==1.27.0
132
  # via
133
  # YFDashboard (pyproject.toml)
134
  # streamlit-oauth
 
142
  # via altair
143
  tornado==6.3.3
144
  # via streamlit
145
+ typing-extensions==4.8.0
146
  # via
147
  # pydantic
148
  # pydantic-core
149
  # streamlit
150
  tzdata==2023.3
151
+ # via pandas
152
+ tzlocal==5.0.1
 
 
153
  # via streamlit
154
+ urllib3==2.0.5
155
  # via requests
156
  validators==0.22.0
157
  # via streamlit
 
159
  # via streamlit
160
  webencodings==0.5.1
161
  # via html5lib
162
+ zipp==3.17.0
163
  # via importlib-metadata