Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 20b0341 commit 2736c53
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 @@ -48,7 +48,7 @@ test = [
"pytest",
"pytest-cov",
"pytest-xdist",
"ruff==0.6.2",
"ruff==0.6.3",
]
dev = [
"cogapp",
Expand All @@ -58,7 +58,7 @@ dev = [
"pytest",
"pytest-cov",
"pytest-xdist",
"ruff==0.6.2",
"ruff==0.6.3",
]
doc = ["click",
"ipykernel",
Expand Down

0 comments on commit 2736c53

Please sign in to comment.