Skip to content

Commit

Permalink
build(deps): update ruff requirement
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.5.1...0.6.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 1da30f6 commit ae8b804
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 @@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
mypy = "^1.2.0"
ruff = ">=0.5.1,<0.6.6"
ruff = ">=0.5.1,<0.6.8"
types-PyYAML="^6.0.12.9"
types-requests="^2.29.0.0"
types-urllib3="^1.26.25.11"
Expand Down

0 comments on commit ae8b804

Please sign in to comment.