diff options
| author | 2023-04-06 09:49:37 +0100 | |
|---|---|---|
| committer | 2023-04-06 09:49:37 +0100 | |
| commit | 6adb1fa6c02744f9d97f8bbfa315d94bd8ae062b (patch) | |
| tree | c12c616b1ede380b60b9edb876c6f89fc5536130 /pyproject.toml | |
| parent | Merge pull request #51 from python-discord/dependabot/pip/taskipy-1.10.4 (diff) | |
| parent | build(deps-dev): bump black from 23.1.0 to 23.3.0 (diff) | |
Merge pull request #52 from python-discord/dependabot/pip/black-23.3.0
build(deps-dev): bump black from 23.1.0 to 23.3.0
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" |