Skip to content

Commit 70134db

Browse files
Merge branch 'main' into dependabot/pip/flake8-7.2.0
2 parents 6a77bbb + 26d3b03 commit 70134db

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ on:
77

88
jobs:
99
build:
10-
# Avoiding -latest due to https://github.com/actions/setup-python/issues/162
11-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1211
timeout-minutes: 10
1312
strategy:
1413
fail-fast: false
1514
matrix:
1615
python-version:
17-
- "3.6"
1816
- "3.7"
1917
- "3.8"
2018
- "3.9"

docs/package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"clsx": "^2.0.0",
2222
"docusaurus-theme-github-codeblock": "^2.0.2",
2323
"prism-react-renderer": "^2.4.1",
24-
"react": "^19.0.0",
25-
"react-dom": "^19.0.0"
24+
"react": "^19.1.0",
25+
"react-dom": "^19.1.0"
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "3.7.0",

0 commit comments

Comments
 (0)