diff options
author | 2023-07-31 18:26:13 +0100 | |
---|---|---|
committer | 2023-07-31 18:26:13 +0100 | |
commit | 27e473251ab601204eac49148e227bf348fd156d (patch) | |
tree | 52ec678f50228ad6a855f10a3c1bf3580e69d6ac | |
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>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 9877f9e0..254b32de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1083,13 +1083,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "taskipy" -version = "1.11.0" +version = "1.12.0" description = "tasks runner for python projects" optional = false python-versions = ">=3.6,<4.0" files = [ - {file = "taskipy-1.11.0-py3-none-any.whl", hash = "sha256:4e40cd41747a54bc8a9b3c21057c25cac645309c2d8ac897bdc1e7235e9c900e"}, - {file = "taskipy-1.11.0.tar.gz", hash = "sha256:521e8b3b65dc1ff9bb036cae989dbe5aec1626a61cf4744e5c0d0d2450c7fcb4"}, + {file = "taskipy-1.12.0-py3-none-any.whl", hash = "sha256:38306fbc952a7ca314b8f842a74b2fc38535cdab21031fe89e714a83e6259a84"}, + {file = "taskipy-1.12.0.tar.gz", hash = "sha256:e3dd7c53f7c9c4fd17dc908b1037f545afc452907eb0953b84e91c0a9a9d809d"}, ] [package.dependencies] @@ -1184,4 +1184,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "96db0832445966536596fe035807979b0cbf5b9108c3eac1f243a54ea8467894" +content-hash = "6e581e5fb3dd4a19ee6f41242b21b69489253cfed8d69b0067ac9467b70ff616" 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] |