diff options
| author | 2023-04-06 09:42:44 +0100 | |
|---|---|---|
| committer | 2023-04-06 09:42:44 +0100 | |
| commit | 48f1962f6a166dac4bb81830ff9c7376a5608869 (patch) | |
| tree | 6977932c17d8c682d5ad25ed57230512d6b2e5e9 /pyproject.toml | |
| parent | Relock poetry to bump sub-dependencies (diff) | |
| parent | build(deps-dev): bump taskipy from 1.10.3 to 1.10.4 (diff) | |
Merge pull request #51 from python-discord/dependabot/pip/taskipy-1.10.4
build(deps-dev): bump taskipy from 1.10.3 to 1.10.4
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 4cfa727..67fd143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ flake8-docstrings = "1.7.0" flake8-isort = "6.0.0" black = "23.1.0" -taskipy = "1.10.3" +taskipy = "1.10.4" isort = "5.12.0" |