Skip to content

Commit

Permalink
Update ruff requirement from ~=0.6.1 to ~=0.6.4 (#461)
Browse files Browse the repository at this point in the history
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [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.1...0.6.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 77ce29c commit 3e0cbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mock~=5.1.0
python-dotenv~=1.0.1

# Format - Type checking.
ruff~=0.6.1
ruff~=0.6.4
isort~=5.13.2
pyright~=1.1.380
typing-extensions~=4.12.2
Expand Down

0 comments on commit 3e0cbb2

Please sign in to comment.