diff options
author | 2024-11-26 20:15:30 +0000 | |
---|---|---|
committer | 2024-11-26 20:15:30 +0000 | |
commit | 35c4704fb92e7133c6a5ffa9e16a5233118e16d2 (patch) | |
tree | e2611d60586f89f823e8b6e499c87c0cb5286166 /pyproject.toml | |
parent | Changelog & version bump (diff) |
Bump taskipy from 1.14.0 to 1.14.1dependabot/pip/taskipy-1.14.1
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](https://github.com/taskipy/taskipy/compare/1.14.0...1.14.1)
---
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 9b0031d9..bdbd80ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ fakeredis = ["fakeredis"] all = ["async-rediscache", "fakeredis"] [tool.poetry.group.dev.dependencies] -taskipy = "1.14.0" +taskipy = "1.14.1" python-dotenv = "1.0.1" [tool.poetry.group.test.dependencies] |