Skip to content

Commit 9bccaf7

Browse files
committed
fix(build): upgrade pip and jinja2 to address other dependabot issues
1 parent b966fdb commit 9bccaf7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Stable release, with minor changes from 0.2.0 including quality assurance docume
1919

2020
### Fixed
2121

22-
* Upgraded `nbconvert` (security issue with 7.16.6 - upgraded to 7.17.0).
22+
* Upgraded packages to address security risks identified by GitHub Dependabot:
23+
* `nbconvert` (7.16.6 to 7.17.0).
24+
* `pip` (25.0 to 26.0.1).
25+
* `jinja2` (3.1.5 to 3.1.6).
2326
* Upgraded `genbadge` (`pkg_resources` warning with 1.1.2 - upgraded to 1.1.3).
2427

2528
## v0.2.0 - 2025-11-06

environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ channels:
33
- conda-forge
44
dependencies:
55
- ipykernel=6.29.5
6-
- jinja2=3.1.5
6+
- jinja2=3.1.6
77
- joblib=1.4.2
88
- nbconvert=7.17.0
99
- nbformat=5.10.4
1010
- nbqa=1.9.0
1111
- numpy=2.2.2
1212
- pandas=2.2.3
13-
- pip=25.0
13+
- pip=26.0.1
1414
- plotly_express=0.4.1
1515
- pylint=3.3.4
1616
- pytest=8.3.4

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
genbadge==1.1.3
22
ipykernel==6.29.5
3-
jinja2==3.1.5
3+
jinja2==3.1.6
44
joblib==1.4.2
55
kaleido==0.2.1
66
nbconvert==7.17.0
77
nbformat==5.10.4
88
nbqa==1.9.0
99
numpy==2.2.2
1010
pandas==2.2.3
11-
pip==25.0
11+
pip==26.0.1
1212
plotly_express==0.4.1
1313
pylint==3.3.4
1414
pytest==8.3.4

0 commit comments

Comments
 (0)