Skip to content

Commit c4c14b8

Browse files
authored
Merge branch 'async' into dependabot/pip/yarl-1.20.0
2 parents 41694c8 + 9be4c08 commit c4c14b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Tests
3030
run: python -m pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
3131
- name: Upload coverage to Codecov
32-
uses: codecov/[email protected].0
32+
uses: codecov/[email protected].2
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }} # required

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aiohttp==3.11.13
77
# Dev
88
pytest==8.3.5
99
pytest-cov==6.0.0
10-
pytest-asyncio==0.25.3
10+
pytest-asyncio==0.26.0
1111

1212
# pre-commit
13-
pre-commit==4.1.0
13+
pre-commit==4.2.0

0 commit comments

Comments
 (0)