Skip to content

Commit f34b5d6

Browse files
authored
Merge branch 'master' into dependabot/pip/typer-0.13.1
2 parents 5854f94 + 15e05fd commit f34b5d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: coverage.xml
6666

6767
- name: Upload coverage report to Codecov
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
files: coverage.xml

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.10.10
1+
aiohttp==3.10.11
22
aiosignal==1.3.1
33
aiosqlite==0.20.0
44
annotated-types==0.7.0

0 commit comments

Comments
 (0)