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@v0.0.263...v0.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 20, 2023
1 parent 2d31b7c commit 11a3ed7
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.0.263,<0.1.1"
ruff = ">=0.0.263,<0.1.2"
types-PyYAML="^6.0.12.9"
types-requests="^2.29.0.0"
types-urllib3="^1.26.25.11"
Expand Down

0 comments on commit 11a3ed7

Please sign in to comment.