Skip to content

Commit 8d15a50

Browse files
committed
⬆️ Update dependencies and configure Dependabot for conda ecosystem
- Update quantecon-book-theme: 0.14.0 → 0.15.1 - Update sphinxext-rediraffe: 0.2.7 → 0.3.0 - Pin jupyter-book to >=1.0.4post1,<2.0 - Configure Dependabot to use conda ecosystem for environment.yml - Add ignore rule for jupyter-book versions >=2.0
1 parent 3ec1101 commit 8d15a50

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ updates:
1111
prefix: ⬆️
1212
schedule:
1313
interval: weekly
14+
15+
- package-ecosystem: "conda"
16+
directory: "/"
17+
commit-message:
18+
prefix: ⬆️
19+
schedule:
20+
interval: weekly
21+
ignore:
22+
- dependency-name: "jupyter-book"
23+
versions: [">=2.0"]

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ dependencies:
66
- anaconda=2025.06
77
- pip
88
- pip:
9-
- jupyter-book==1.0.4post1
10-
- quantecon-book-theme==0.14.0
9+
- jupyter-book>=1.0.4post1,<2.0
10+
- quantecon-book-theme==0.15.1
1111
- sphinx-tojupyter==0.6.0
12-
- sphinxext-rediraffe==0.2.7
12+
- sphinxext-rediraffe==0.3.0
1313
- sphinx-exercise==1.2.1
1414
- sphinxcontrib-youtube==1.4.1
1515
- sphinx-togglebutton==0.3.2

0 commit comments

Comments
 (0)