spiff-arena/pyproject.toml
dependabot[bot] ae502e50d7
Bump flake8 from 4.0.1 to 7.0.0 (#1446)
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 7.0.0.
- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 14:39:33 +00:00

39 lines
913 B
TOML

[tool.poetry]
name = "spiffworkflow-arena"
version = "0.0.0"
description = "Spiffworkflow Arena"
authors = ["Jason Lantz <sartography@users.noreply.github.com>"]
license = "LGPL"
readme = "README.md"
homepage = "https://github.com/sartography/spiffworkflow-arena"
repository = "https://github.com/sartography/spiffworkflow-arena"
classifiers = [
"Development Status :: 4 - Beta",
]
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
[tool.poetry.dev-dependencies]
pre-commit = "^3.7.0"
flake8 = "^7.0.0"
black = ">=21.10b0"
flake8-bandit = "^3.0.0"
ruff = "^0.3.5"
# 1.7.3 broke us. https://github.com/PyCQA/bandit/issues/841
bandit = "1.7.8"
flake8-bugbear = "^23.3.12"
flake8-docstrings = "^1.6.0"
flake8-rst-docstrings = "^0.3.0"
reorder-python-imports = "^3.12.0"
pre-commit-hooks = "^4.5.0"
pyupgrade = "^3.15.2"
[tool.poetry.group.dev.dependencies]
tomli = "^2.0.1"
[tool.black]
line-length = 130