-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github-ci and exercises: Updated dependencies for 2024WS (#79)
* Updated the CI to use the newest version of xu-cheng/texlive-action * Updated the CI to use the newest version of xu-cheng/texlive-action (this time without full) * To get the texliveaction@v2 to work a new safe directory seems to be needed * Updated actions/checkout to the latest one (v4) * Updated actions/upload-artifact to the latest one (v4) * Updated actions/setup-python to the latest one (v5) * Fixed the jupyterlab vulnerablities as recommended by dependabot
- Loading branch information
1 parent
ceb3ddb
commit fcaaec5
Showing
5 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ numpy==1.24.2 | |
sqlalchemy==1.4.48 | ||
|
||
ipython==8.11.0 | ||
jupyterlab==3.6.2 | ||
jupyterlab==3.6.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ seaborn==0.12.2 | |
pywaffle==1.1.0 | ||
|
||
ipython==8.11.0 | ||
jupyterlab==3.6.2 | ||
jupyterlab==3.6.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ pandas==1.5.3 | |
mlxtend==0.21.0 | ||
|
||
ipython==8.11.0 | ||
jupyterlab==3.6.2 | ||
jupyterlab==3.6.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ scikit-learn==1.2.2 | |
matplotlib==3.7.1 | ||
|
||
ipython==8.11.0 | ||
jupyterlab==3.6.2 | ||
jupyterlab==3.6.7 |