diff --git a/poetry.lock b/poetry.lock index 558b07e0b..a2e88aa5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1868,19 +1868,19 @@ files = [ [[package]] name = "taskipy" -version = "1.14.0" +version = "1.14.1" description = "tasks runner for python projects" optional = false python-versions = "<4.0,>=3.6" files = [ - {file = "taskipy-1.14.0-py3-none-any.whl", hash = "sha256:29040d9a8038170602feb71792bdef5203720ed30f595304aee843625892452b"}, - {file = "taskipy-1.14.0.tar.gz", hash = "sha256:5d9631c29980481d59858f0a100ed3200cf7468ca8c0540ef19388586485532d"}, + {file = "taskipy-1.14.1-py3-none-any.whl", hash = "sha256:6e361520f29a0fd2159848e953599f9c75b1d0b047461e4965069caeb94908f1"}, + {file = "taskipy-1.14.1.tar.gz", hash = "sha256:410fbcf89692dfd4b9f39c2b49e1750b0a7b81affd0e2d7ea8c35f9d6a4774ed"}, ] [package.dependencies] colorama = ">=0.4.4,<0.5.0" mslex = {version = ">=1.1.0,<2.0.0", markers = "sys_platform == \"win32\""} -psutil = ">=5.7.2,<6.0.0" +psutil = ">=5.7.2,<7" tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version >= \"3.7\" and python_version < \"4.0\""} [[package]] @@ -2063,4 +2063,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "773d2096ca25ce61fe97084db4512a1c1f8facbcf62d22625bc84d5594883d89" +content-hash = "f9116ea11c16086dc00796a13bdc4154cfd740a37d5ebadfcc23973046a261b3" diff --git a/pyproject.toml b/pyproject.toml index 6e25a5ab1..05640416a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pip-licenses = "5.0.0" pre-commit = "4.0.1" python-dotenv = "1.0.1" ruff = "0.8.0" -taskipy = "1.14.0" +taskipy = "1.14.1" [tool.taskipy.tasks] start = "python -m bot"