Skip to content

Commit a61e30d

Browse files
author
Dan King
committed
[batch][query] silence warnings in plotly
Plotly relies on behavior that Pandas is deprecating. See plotly/plotly.py#4363 and plotly/plotly.py#4379. The fix (plotly/plotly.py#4379) merged into [main and was released in 5.18.0](plotly/plotly.py@57e4d1d).
1 parent a5c7a8a commit a61e30d

6 files changed

+32
-38
lines changed

batch/pinned-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ packaging==23.2
7878
# -c hail/batch/../hail/python/dev/pinned-requirements.txt
7979
# -c hail/batch/../hail/python/pinned-requirements.txt
8080
# plotly
81-
pandas==2.1.1
81+
pandas==2.1.2
8282
# via
8383
# -c hail/batch/../hail/python/pinned-requirements.txt
8484
# -r hail/batch/requirements.txt
85-
plotly==5.17.0
85+
plotly==5.18.0
8686
# via
8787
# -c hail/batch/../hail/python/pinned-requirements.txt
8888
# -r hail/batch/requirements.txt

batch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-c ../web_common/pinned-requirements.txt
55
dictdiffer>=0.8.1,<1
66
pandas>=2,<3
7-
plotly>=5.5.0,<6
7+
plotly>=5.18.0,<6
88
# Worker requirements
99
aiodocker>=0.17.0,<1
1010
aiorwlock>=1.0.0,<2

gear/pinned-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ frozenlist==1.4.0
7575
# aiosignal
7676
google-api-core==2.12.0
7777
# via google-api-python-client
78-
google-api-python-client==2.105.0
78+
google-api-python-client==2.106.0
7979
# via google-cloud-profiler
8080
google-auth==2.23.3
8181
# via
@@ -135,7 +135,7 @@ orjson==3.9.9
135135
# -r hail/gear/requirements.txt
136136
prometheus-async==19.2.0
137137
# via -r hail/gear/requirements.txt
138-
prometheus-client==0.17.1
138+
prometheus-client==0.18.0
139139
# via
140140
# -c hail/gear/../hail/python/dev/pinned-requirements.txt
141141
# -r hail/gear/requirements.txt
@@ -223,7 +223,7 @@ urllib3==1.26.18
223223
# -c hail/gear/../hail/python/pinned-requirements.txt
224224
# kubernetes-asyncio
225225
# requests
226-
wcwidth==0.2.8
226+
wcwidth==0.2.9
227227
# via
228228
# -c hail/gear/../hail/python/dev/pinned-requirements.txt
229229
# prompt-toolkit

hail/python/dev/pinned-requirements.txt

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ babel==2.13.1
4949
# via
5050
# jupyterlab-server
5151
# sphinx
52-
backcall==0.2.0
53-
# via ipython
5452
beautifulsoup4==4.12.2
5553
# via nbconvert
5654
black==22.12.0
@@ -79,7 +77,7 @@ click==8.1.7
7977
# aiohttp-devtools
8078
# black
8179
# curlylint
82-
comm==0.1.4
80+
comm==0.2.0
8381
# via
8482
# ipykernel
8583
# ipywidgets
@@ -113,13 +111,13 @@ exceptiongroup==1.1.3
113111
# pytest
114112
execnet==2.0.2
115113
# via pytest-xdist
116-
executing==2.0.0
114+
executing==2.0.1
117115
# via
118116
# devtools
119117
# stack-data
120118
fastjsonschema==2.18.1
121119
# via nbformat
122-
filelock==3.12.4
120+
filelock==3.13.1
123121
# via virtualenv
124122
fqdn==1.5.1
125123
# via jsonschema
@@ -130,7 +128,7 @@ frozenlist==1.4.0
130128
# aiosignal
131129
fswatch==0.1.1
132130
# via -r hail/hail/python/dev/requirements.txt
133-
identify==2.5.30
131+
identify==2.5.31
134132
# via pre-commit
135133
idna==3.4
136134
# via
@@ -157,13 +155,11 @@ ipykernel==6.26.0
157155
# jupyter-console
158156
# jupyterlab
159157
# qtconsole
160-
ipython==8.16.1
158+
ipython==8.17.2
161159
# via
162160
# ipykernel
163161
# ipywidgets
164162
# jupyter-console
165-
ipython-genutils==0.2.0
166-
# via qtconsole
167163
ipywidgets==8.1.1
168164
# via jupyter
169165
isoduration==20.11.0
@@ -185,7 +181,7 @@ json5==0.9.14
185181
# via jupyterlab-server
186182
jsonpointer==2.4
187183
# via jsonschema
188-
jsonschema[format-nongpl]==4.19.1
184+
jsonschema[format-nongpl]==4.19.2
189185
# via
190186
# jupyter-events
191187
# jupyterlab-server
@@ -194,7 +190,7 @@ jsonschema-specifications==2023.7.1
194190
# via jsonschema
195191
jupyter==1.0.0
196192
# via -r hail/hail/python/dev/requirements.txt
197-
jupyter-client==8.5.0
193+
jupyter-client==8.6.0
198194
# via
199195
# ipykernel
200196
# jupyter-console
@@ -203,7 +199,7 @@ jupyter-client==8.5.0
203199
# qtconsole
204200
jupyter-console==6.6.3
205201
# via jupyter
206-
jupyter-core==5.4.0
202+
jupyter-core==5.5.0
207203
# via
208204
# ipykernel
209205
# jupyter-client
@@ -214,11 +210,11 @@ jupyter-core==5.4.0
214210
# nbconvert
215211
# nbformat
216212
# qtconsole
217-
jupyter-events==0.8.0
213+
jupyter-events==0.9.0
218214
# via jupyter-server
219215
jupyter-lsp==2.2.0
220216
# via jupyterlab
221-
jupyter-server==2.9.1
217+
jupyter-server==2.10.0
222218
# via
223219
# jupyter-lsp
224220
# jupyterlab
@@ -227,7 +223,7 @@ jupyter-server==2.9.1
227223
# notebook-shim
228224
jupyter-server-terminals==0.4.4
229225
# via jupyter-server
230-
jupyterlab==4.0.7
226+
jupyterlab==4.0.8
231227
# via notebook
232228
jupyterlab-pygments==0.2.2
233229
# via nbconvert
@@ -261,7 +257,7 @@ mypy-extensions==1.0.0
261257
# via black
262258
nbclient==0.8.0
263259
# via nbconvert
264-
nbconvert==7.9.2
260+
nbconvert==7.11.0
265261
# via
266262
# jupyter
267263
# jupyter-server
@@ -314,8 +310,6 @@ pathspec==0.11.2
314310
# curlylint
315311
pexpect==4.8.0
316312
# via ipython
317-
pickleshare==0.7.5
318-
# via ipython
319313
pillow==10.1.0
320314
# via
321315
# -c hail/hail/python/dev/../pinned-requirements.txt
@@ -330,7 +324,7 @@ pluggy==1.3.0
330324
# via pytest
331325
pre-commit==3.5.0
332326
# via -r hail/hail/python/dev/requirements.txt
333-
prometheus-client==0.17.1
327+
prometheus-client==0.18.0
334328
# via jupyter-server
335329
prompt-toolkit==3.0.39
336330
# via
@@ -362,7 +356,7 @@ pygments==2.16.1
362356
# sphinx
363357
pylint==2.17.7
364358
# via -r hail/hail/python/dev/requirements.txt
365-
pyright==1.1.333
359+
pyright==1.1.334
366360
# via -r hail/hail/python/dev/requirements.txt
367361
pytest==7.4.3
368362
# via
@@ -411,7 +405,7 @@ pyzmq==25.1.1
411405
# jupyter-console
412406
# jupyter-server
413407
# qtconsole
414-
qtconsole==5.4.4
408+
qtconsole==5.5.0
415409
# via jupyter
416410
qtpy==2.4.1
417411
# via qtconsole
@@ -433,11 +427,11 @@ rfc3986-validator==0.1.1
433427
# via
434428
# jsonschema
435429
# jupyter-events
436-
rpds-py==0.10.6
430+
rpds-py==0.12.0
437431
# via
438432
# jsonschema
439433
# referencing
440-
ruff==0.1.2
434+
ruff==0.1.4
441435
# via -r hail/hail/python/dev/requirements.txt
442436
send2trash==1.8.2
443437
# via jupyter-server
@@ -503,7 +497,7 @@ tomli==2.0.1
503497
# jupyterlab
504498
# pylint
505499
# pytest
506-
tomlkit==0.12.1
500+
tomlkit==0.12.2
507501
# via pylint
508502
tornado==6.3.3
509503
# via
@@ -514,7 +508,7 @@ tornado==6.3.3
514508
# jupyterlab
515509
# notebook
516510
# terminado
517-
traitlets==5.12.0
511+
traitlets==5.13.0
518512
# via
519513
# comm
520514
# ipykernel
@@ -576,7 +570,7 @@ virtualenv==20.24.6
576570
# via pre-commit
577571
watchfiles==0.21.0
578572
# via aiohttp-devtools
579-
wcwidth==0.2.8
573+
wcwidth==0.2.9
580574
# via prompt-toolkit
581575
webcolors==1.13
582576
# via jsonschema
@@ -586,7 +580,7 @@ webencodings==0.5.1
586580
# tinycss2
587581
websocket-client==1.6.4
588582
# via jupyter-server
589-
wheel==0.41.2
583+
wheel==0.41.3
590584
# via -r hail/hail/python/dev/requirements.txt
591585
widgetsnbextension==4.0.9
592586
# via ipywidgets

hail/python/pinned-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ commonmark==0.9.1
9494
# via
9595
# -c hail/hail/python/hailtop/pinned-requirements.txt
9696
# rich
97-
contourpy==1.1.1
97+
contourpy==1.2.0
9898
# via bokeh
9999
cryptography==41.0.5
100100
# via
@@ -199,15 +199,15 @@ packaging==23.2
199199
# via
200200
# bokeh
201201
# plotly
202-
pandas==2.1.1
202+
pandas==2.1.2
203203
# via
204204
# -r hail/hail/python/requirements.txt
205205
# bokeh
206206
parsimonious==0.10.0
207207
# via -r hail/hail/python/requirements.txt
208208
pillow==10.1.0
209209
# via bokeh
210-
plotly==5.17.0
210+
plotly==5.18.0
211211
# via -r hail/hail/python/requirements.txt
212212
portalocker==2.8.2
213213
# via
@@ -335,7 +335,7 @@ uvloop==0.19.0 ; sys_platform != "win32"
335335
# -r hail/hail/python/hailtop/requirements.txt
336336
wrapt==1.15.0
337337
# via deprecated
338-
xyzservices==2023.10.0
338+
xyzservices==2023.10.1
339339
# via bokeh
340340
yarl==1.9.2
341341
# via

hail/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ frozenlist>=1.3.1,<2
1010
numpy<2
1111
pandas>=2,<3
1212
parsimonious<1
13-
plotly>=5.5.0,<6
13+
plotly>=5.18.0,<6
1414
protobuf==3.20.2
1515
pyspark>=3.3.0,<3.4
1616
requests>=2.25.1,<3

0 commit comments

Comments
 (0)