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>
17 lines
328 B
TOML
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"]
|