diff options
| author | 2023-04-06 08:44:20 +0000 | |
|---|---|---|
| committer | 2023-04-06 08:44:20 +0000 | |
| commit | 468506adc1baa240a93a13b03da93dc6653ff908 (patch) | |
| tree | c12c616b1ede380b60b9edb876c6f89fc5536130 /pyproject.toml | |
| parent | Merge pull request #51 from python-discord/dependabot/pip/taskipy-1.10.4 (diff) | |
build(deps-dev): bump black from 23.1.0 to 23.3.0
Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.0.
- [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.1.0...23.3.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 67fd143..4a05675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ flake8-bandit = "4.1.1" flake8-docstrings = "1.7.0" flake8-isort = "6.0.0" -black = "23.1.0" +black = "23.3.0" taskipy = "1.10.4" isort = "5.12.0" |