Skip to content

Commit 91faebc

Browse files
Merge branch 'master' into dependabot/pip/mypy-1.9.0
2 parents 2aa705e + 79d508a commit 91faebc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
make run-coverage
7777
- name: Upload coverage reports to Codecov
78-
uses: codecov/[email protected].0
78+
uses: codecov/[email protected].1
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
slug: martin-majlis/Wikipedia-API

requirements-build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
setuptools==69.1.1
1+
setuptools==69.2.0
22
wheel==0.43.0

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==24.3.0
2-
coverage==7.4.3
2+
coverage==7.4.4
33
flake8==7.0.0
44
isort==5.13.2
55
mypy==1.9.0

0 commit comments

Comments
 (0)