Bumps [codespell](https://github.com/codespell-project/codespell) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
243 B
TOML
12 lines
243 B
TOML
[tool.poetry]
|
|
name = "setup-task"
|
|
version = "0.0.0"
|
|
description = "GitHub Actions action to install Task"
|
|
authors = ["Arduino <info@arduino.cc>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
codespell = "^2.4.1"
|