Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/ruff-lt-0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl authored Dec 4, 2024
2 parents b2a7695 + 26186e7 commit ccfd9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
poe check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ develop = [
"poethepoet<1",
"pyproject-fmt<2.6",
"ruff<0.9",
"validate-pyproject<0.23",
"validate-pyproject<0.24",
]
release = [
"build<2",
Expand Down

0 comments on commit ccfd9fe

Please sign in to comment.