Skip to content

Commit d97a15c

Browse files
authored
Merge branch 'master' into dependabot/uv/uv-d665ee01e3
2 parents 8966564 + deada5c commit d97a15c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: coverage.xml
101101

102102
- name: Upload coverage report to Codecov
103-
uses: codecov/codecov-action@v6.0.0
103+
uses: codecov/codecov-action@v6.0.1
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106
files: coverage.xml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test = [
2424
]
2525
lint = [
2626
"flake8==7.3.0",
27-
"black==26.3.1",
27+
"black==26.5.1",
2828
]
2929
dev = [
3030
{ include-group = "test" },

0 commit comments

Comments
 (0)