Files
setup-task/pyproject.toml
dependabot[bot] acc58e1f4c build(deps-dev): bump codespell from 2.2.5 to 2.2.6
Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6)

---
updated-dependencies:
- dependency-name: codespell
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 11:50:42 +00:00

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.2.6"