diff options
| author | 2023-09-12 21:07:57 +0100 | |
|---|---|---|
| committer | 2023-09-12 21:07:57 +0100 | |
| commit | 1899167be7722d3ff616aaba1da4b9e63220f7c6 (patch) | |
| tree | 4eb94d70f8a696317fc2d093ec1fb63baf926017 /pyproject.toml | |
| parent | build(deps-dev): bump ruff from 0.0.287 to 0.0.288 (#108) (diff) | |
build(deps-dev): bump black from 23.7.0 to 23.9.1 (#107)
Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.9.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.7.0...23.9.1)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 a307bc8..5136fd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.1" [tool.poetry.dev-dependencies] -black = "23.7.0" +black = "23.9.1" taskipy = "1.12.0" ruff = "0.0.288" pre-commit = "3.4.0" |