Skip to content

Commit

Permalink
Bump ruff from 0.8.3 to 0.8.4
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.3 to 0.8.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.8.3...0.8.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 Dec 24, 2024
1 parent fb64892 commit 052e38e
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.14.0",
"pandas-stubs==2.2.3.241126",
"pre-commit==4.0.1",
"ruff==0.8.3",
"ruff==0.8.4",
"types-requests==2.32.0.20241016",
"types-tqdm==4.67.0.20241221"
]
github-actions = [
"ruff==0.8.3",
"ruff==0.8.4",
"ydiff==1.4.2"
]

0 comments on commit 052e38e

Please sign in to comment.