Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 93ee056 commit 7bdee66
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 21 deletions.
52 changes: 32 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pytest-asyncio = ">=0.21,<0.24"
pre-commit = "^3.1"
poethepoet = ">=0.24,<0.26"
blacken-docs = "^1.12"
ruff = "^0.1.8"
ruff = ">=0.1.8,<0.6.0"
tomli = { version = "~2", python = "<3.11" }
hypothesis = "^6.82.0"
types-docutils = "^0.20.0.1"
Expand Down

0 comments on commit 7bdee66

Please sign in to comment.