Skip to content

Commit a5ed3fe

Browse files
committed
deps: Upgrade dependencies to address vurnabilities.
1 parent fd0882a commit a5ed3fe

File tree

6 files changed

+547
-535
lines changed

6 files changed

+547
-535
lines changed

build/conda-nonconda-test-requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/venv-smoke-test-requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/venv-test-ipywidgets7-requirements.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# List of requirements for ipython tests
2-
numpy
2+
numpy>=1.22.2
33
pandas
44
# Install jupyter itself so we end up with a kernel
55
jupyter
@@ -8,3 +8,17 @@ ipywidgets
88
anywidget
99
matplotlib
1010
ipympl
11+
12+
# Security updates for transitive dependencies
13+
pillow>=10.2.0
14+
setuptools>=78.1.1
15+
zipp>=3.19.1
16+
tornado>=6.4.1
17+
anyio>=4.4.0
18+
requests>=2.32.4
19+
fonttools>=4.43.0
20+
jupyter-server>=2.14.1
21+
jupyter-core>=5.8.0
22+
ipython>=8.10.0
23+
urllib3>=2.2.2
24+
jupyterlab>=4.4.8

0 commit comments

Comments
 (0)