Skip to content

Commit fc4f261

Browse files
authored
Merge pull request #177 from ocefpaf/add_dependabot
add dependabot...
2 parents 78b043d + 0223090 commit fc4f261

File tree

6 files changed

+37
-723
lines changed

6 files changed

+37
-723
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
2+
3+
version: 2
4+
updates:
5+
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "daily"
10+
labels:
11+
- "Bot"

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Micromamba
23-
uses: mamba-org/provision-with-micromamba@v13
23+
uses: mamba-org/provision-with-micromamba@v15
2424
with:
2525
environment-file: false
2626

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1414
os: [windows-latest, ubuntu-latest, macos-latest]
1515
fail-fast: false
1616

1717
steps:
1818
- uses: actions/checkout@v3
1919

2020
- name: Setup Micromamba
21-
uses: mamba-org/provision-with-micromamba@v13
21+
uses: mamba-org/provision-with-micromamba@v15
2222
with:
2323
environment-file: false
2424

Makefile

Lines changed: 0 additions & 25 deletions
This file was deleted.

notebooks/00-reading-data.ipynb

Lines changed: 22 additions & 694 deletions
Large diffs are not rendered by default.

notebooks/quick_intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
"name": "python",
361361
"nbconvert_exporter": "python",
362362
"pygments_lexer": "ipython3",
363-
"version": "3.10.6"
363+
"version": "3.11.0"
364364
}
365365
},
366366
"nbformat": 4,

0 commit comments

Comments
 (0)