diff options
author | 2024-06-17 18:51:21 +0000 | |
---|---|---|
committer | 2024-06-17 18:51:21 +0000 | |
commit | 332016c7a123601f3560ee3ccaa4e6efce1a8786 (patch) | |
tree | 1dcc7882f2588168bc2156b1b2722eecc4cbefa9 /pyproject.toml | |
parent | Merge pull request #1343 from python-discord/dependabot/pip/ruff-0.4.9 (diff) |
Bump taskipy from 1.12.2 to 1.13.0
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.12.2 to 1.13.0.
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](https://github.com/taskipy/taskipy/compare/1.12.2...1.13.0)
---
updated-dependencies:
- dependency-name: taskipy
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 f3f648b9..4108133c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ psycopg = {extras = ["binary"], version = "3.1.19"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.1" -taskipy = "1.12.2" +taskipy = "1.13.0" ruff = "0.4.9" [tool.poetry.group.lint.dependencies] |