diff options
| author | 2023-09-12 20:30:16 +0100 | |
|---|---|---|
| committer | 2023-09-12 20:30:16 +0100 | |
| commit | c8c849acfd0b3d191c748b1ce96f9d38ca6a2af8 (patch) | |
| tree | 5f01f0ca730637970f8842dbc4a8c00cf93ffb0a /pyproject.toml | |
| parent | Dependencies bump (#105) (diff) | |
build(deps-dev): bump ruff from 0.0.287 to 0.0.288 (#108)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.0.288.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.287...v0.0.288)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 96cc63d..a307bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ jishaku = "2.5.1" [tool.poetry.dev-dependencies] black = "23.7.0" taskipy = "1.12.0" -ruff = "0.0.287" +ruff = "0.0.288" pre-commit = "3.4.0" [tool.taskipy.tasks] |