Skip to content

Commit 7e9892b

Browse files
committed
deps fy25 q3 package updates
1 parent ca18396 commit 7e9892b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pytest
3737

3838
- name: ⬆️ Upload coverage to Codecov
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
42-
file: ./cov.xml
42+
files: ./cov.xml

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
],
4545
extras_require={
4646
"tests": [
47-
"pytest-cov==5.*",
47+
"pytest-cov==6.*",
4848
"pytest-instafail==0.5.*",
4949
"pytest-mock==3.*",
5050
"pytest-watch==4.*",

0 commit comments

Comments
 (0)