Skip to content

Commit

Permalink
Bump ruff from 0.5.7 to 0.6.1
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.7 to 0.6.1.
- [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.5.7...0.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bmos committed Aug 19, 2024
1 parent 2b45e20 commit 2442a5f
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.1",
"pandas-stubs==2.2.2.240807",
"pre-commit==3.8.0",
"ruff==0.5.7",
"ruff==0.6.1",
"types-requests==2.32.0.20240712",
"types-tqdm==4.66.0.20240417"
]
github-actions = [
"ruff==0.5.7",
"ruff==0.6.1",
"ydiff==1.3"
]

0 comments on commit 2442a5f

Please sign in to comment.