Skip to content

Commit

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

---
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 Jun 3, 2024
1 parent 4d242e8 commit e532583
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.10.0",
"pandas-stubs==2.2.2.240514",
"pre-commit==3.7.1",
"ruff==0.4.5",
"ruff==0.4.7",
"types-requests==2.32.0.20240523",
"types-tqdm==4.66.0.20240417"
]
github-actions = [
"ruff==0.4.5",
"ruff==0.4.7",
"ydiff==1.3"
]

0 comments on commit e532583

Please sign in to comment.