We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8966564 + deada5c commit d97a15cCopy full SHA for d97a15c
2 files changed
.github/workflows/python-ci.yml
@@ -100,7 +100,7 @@ jobs:
100
name: coverage.xml
101
102
- name: Upload coverage report to Codecov
103
- uses: codecov/codecov-action@v6.0.0
+ uses: codecov/codecov-action@v6.0.1
104
with:
105
token: ${{ secrets.CODECOV_TOKEN }}
106
files: coverage.xml
pyproject.toml
@@ -24,7 +24,7 @@ test = [
24
]
25
lint = [
26
"flake8==7.3.0",
27
- "black==26.3.1",
+ "black==26.5.1",
28
29
dev = [
30
{ include-group = "test" },
0 commit comments