diff options
author | 2023-07-31 18:26:13 +0100 | |
---|---|---|
committer | 2023-07-31 18:26:13 +0100 | |
commit | 27e473251ab601204eac49148e227bf348fd156d (patch) | |
tree | 52ec678f50228ad6a855f10a3c1bf3580e69d6ac /pyproject.toml | |
parent | Fix a typo in bot.md (#1058) (diff) |
Bump taskipy from 1.11.0 to 1.12.0 (#1057)
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.11.0 to 1.12.0.
- [Commits](https://github.com/taskipy/taskipy/compare/1.11.0...1.12.0)
---
updated-dependencies:
- dependency-name: taskipy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 d1777cc1..cf4cdee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ psycopg = {extras = ["binary"], version = "3.1.9"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" -taskipy = "1.11.0" +taskipy = "1.12.0" ruff = "0.0.280" [tool.poetry.group.lint.dependencies] |