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

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-24 11:36:56 +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.3.0"