Skip to content

Commit

Permalink
chore(deps-dev): Bump ruff from 0.1.14 to 0.3.4
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.14 to 0.3.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@v0.1.14...v0.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent cce139c commit f030fe4
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 @@ -56,7 +56,7 @@ training = [
"codecarbon>=2.0.0,<3.0.0",
]
quality = [
"ruff==0.1.14",
"ruff==0.3.4",
"mypy==1.8.0",
"types-tqdm",
"pre-commit>=3.0.0,<4.0.0",
Expand All @@ -83,7 +83,7 @@ dev = [
"pytest-pretty>=1.0.0,<2.0.0",
"onnx>=1.13.0,<2.0.0",
# style
"ruff==0.1.14",
"ruff==0.3.4",
"mypy==1.8.0",
"types-tqdm",
"pre-commit>=3.0.0,<4.0.0",
Expand Down

0 comments on commit f030fe4

Please sign in to comment.