diff options
| author | 2023-09-13 19:24:21 +0100 | |
|---|---|---|
| committer | 2023-09-13 19:24:21 +0100 | |
| commit | 5058ff3081e8e761a1e9ec61d8516c6c61de0db3 (patch) | |
| tree | 58877f69601243af0c799e4c756901fc51611f23 /pyproject.toml | |
| parent | build(deps): bump loguru from 0.7.1 to 0.7.2 (#106) (diff) | |
build(deps-dev): bump ruff from 0.0.288 to 0.0.289 (#109)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.288 to 0.0.289.
- [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.288...v0.0.289)
---
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 cd88c09..5170a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ jishaku = "2.5.1"  [tool.poetry.dev-dependencies]  black = "23.9.1"  taskipy = "1.12.0" -ruff = "0.0.288" +ruff = "0.0.289"  pre-commit = "3.4.0"  [tool.taskipy.tasks] | 
