Skip to content

Commit

Permalink
Bump ruff from 0.6.3 to 0.6.4
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.3...0.6.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bmos committed Sep 9, 2024
1 parent 4850744 commit b1dd5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ dev = [
"mypy==1.11.2",
"pandas-stubs==2.2.2.240807",
"pre-commit==3.8.0",
"ruff==0.6.3",
"ruff==0.6.4",
"types-requests==2.32.0.20240907",
"types-tqdm==4.66.0.20240417"
]
github-actions = [
"ruff==0.6.3",
"ruff==0.6.4",
"ydiff==1.3"
]

0 comments on commit b1dd5bc

Please sign in to comment.