diff options
author | 2023-03-27 21:39:13 +0000 | |
---|---|---|
committer | 2023-03-27 21:39:13 +0000 | |
commit | 4357320673267c3bb4f967cd15c459f7fa12dfae (patch) | |
tree | 8870f4e4c63ba9e9b007cc7378abe401ec6809fd /pyproject.toml | |
parent | Merge pull request #919 from python-discord/dependabot/pip/pre-commit-3.2.1 (diff) |
Bump taskipy from 1.10.3 to 1.10.4
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](https://github.com/taskipy/taskipy/commits)
---
updated-dependencies:
- dependency-name: taskipy
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 a298aef7..bf0f5e79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" -taskipy = "1.10.3" +taskipy = "1.10.4" [tool.poetry.group.lint.dependencies] flake8 = "6.0.0" |