Skip to content

Commit 24fb943

Browse files
authored
Merge branch 'main' into docs/declare-dependencies-to-spanish
2 parents 1265c51 + 246bee0 commit 24fb943

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.github/dependabot.yml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
insecure-external-code-execution: allow
6+
schedule:
7+
interval: "daily"
8+
open-pull-requests-limit: 100
9+
labels:
10+
- "maintenance"
11+
- "dependencies"
12+
groups:
13+
pip:
14+
patterns:
15+
- "*"
16+
commit-message:
17+
prefix: "chore"
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
schedule:
21+
interval: "daily"
22+
open-pull-requests-limit: 100
23+
labels:
24+
- "maintenance"
25+
- "dependencies"
26+
groups:
27+
actions:
28+
patterns:
29+
- "*"
30+
commit-message:
31+
prefix: "chore"

.github/workflows/build-book.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Push to GitHub Pages
5757
# Only push if on main branch
5858
if: github.ref == 'refs/heads/main'
59-
uses: peaceiris/actions-gh-pages@v3.8.0
59+
uses: peaceiris/actions-gh-pages@v4.0.0
6060
with:
6161
github_token: ${{ secrets.GITHUB_TOKEN }}
6262
publish_dir: ./_build/html

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Add issue to project
1313
id: add-to-project
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
with:
1616
project-url: https://github.com/orgs/pyOpenSci/projects/3
1717
# This is a organization level token so it can be used across all repos in our org

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = [
88
"version"
99
]
1010
dependencies = [
11-
"pydata-sphinx-theme==0.15.2",
11+
"pydata-sphinx-theme==0.15.4",
1212
"myst-nb",
1313
"sphinx",
1414
"sphinx-autobuild",

0 commit comments

Comments
 (0)