Files
dotfiles/tests/pyproject.toml
dependabot[bot] b538c4dcca build(deps-dev): bump black from 21.12b0 to 24.3.0 in /tests
Bumps [black](https://github.com/psf/black) from 21.12b0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 16:10:03 +00:00

17 lines
328 B
TOML

[tool.poetry]
authors = ["andrejus <hi@andrejus.uk>"]
description = "Verifies dotfiles install"
name = "dotfiles-test"
version = "0.0.1"
[tool.poetry.dependencies]
python = "^3.9"
pytest = "^6.2.4"
[tool.poetry.dev-dependencies]
black = "^24.3"
[build-system]
build-backend = "poetry.masonry.api"
requires = ["poetry>=0.12"]