Files
setup-task/pyproject.toml
dependabot[bot] 7da076a31d build(deps-dev): bump codespell from 2.4.0 to 2.4.1
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>
2025-01-29 11:26:00 +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.4.1"