We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5854f94 + 15e05fd commit f34b5d6Copy full SHA for f34b5d6
.github/workflows/python-app.yml
@@ -65,7 +65,7 @@ jobs:
65
name: coverage.xml
66
67
- name: Upload coverage report to Codecov
68
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
69
with:
70
token: ${{ secrets.CODECOV_TOKEN }}
71
files: coverage.xml
requirements.txt
@@ -1,4 +1,4 @@
1
-aiohttp==3.10.10
+aiohttp==3.10.11
2
aiosignal==1.3.1
3
aiosqlite==0.20.0
4
annotated-types==0.7.0
0 commit comments