Skip to content

Commit

Permalink
build(deps): bump ruff from 0.6.2 to 0.6.9
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.9.
- [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.9)

---
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 Oct 7, 2024
1 parent e14595c commit 20bdfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Homepage = "https://github.com/tryterra/terra-client-python"

[project.optional-dependencies]
dev = ["nox==2024.4.15"]
"dev.format" = ["ruff==0.6.2"]
"dev.format" = ["ruff==0.6.9"]
"dev.typecheck" = ["pyright==1.1.378"]
"dev.test" = [
"pytest>=8.3.2, <9",
Expand Down

0 comments on commit 20bdfb5

Please sign in to comment.