Skip to content

Commit f614acf

Browse files
committed
⬆️ Update dependencies and configure Dependabot for conda ecosystem
- Update anaconda: 2025.06 → 2025.12 - 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 f614acf

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ channels:
33
- default
44
dependencies:
55
- python=3.13
6-
- anaconda=2025.06
6+
- anaconda=2025.12
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)