Skip to content

Commit c9dc44f

Browse files
Merge branch 'main' into dependabot/github_actions/actions/setup-python-6
2 parents 019fc96 + 618ee29 commit c9dc44f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/primer_comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Download diffs
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
script: |
2424
const fs = require('fs');
@@ -39,7 +39,7 @@ jobs:
3939
- run: unzip diff.zip
4040
- name: Post comment
4141
id: post-comment
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
script: |

docs/requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e .
22
myst-parser~=4.0
33
sphinx~=8.2.3
4-
furo==2025.7.19
4+
furo==2025.9.25
55
types-docutils~=0.22

requirements-coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-e .
2-
coverage[toml]==7.10.6
2+
coverage[toml]==7.10.7

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
-r requirements-coverage.txt
44

55
# Requirements for testing and linting
6-
pytest==8.4.1
7-
pytest-cov==6.2.1
6+
pytest==8.4.2
7+
pytest-cov==7.0.0
88
gitpython>=3

0 commit comments

Comments
 (0)