spiff-arena/pyproject.toml
dependabot[bot] f240d17b83
Bump bandit from 1.7.2 to 1.7.8 (#1232)
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.2 to 1.7.8.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.2...1.7.8)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 15:11:43 +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.6.2"
flake8 = "^4.0.1"
black = ">=21.10b0"
flake8-bandit = "^2.1.2"
ruff = "^0.2.1"
# 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.2.7"
reorder-python-imports = "^3.12.0"
pre-commit-hooks = "^4.5.0"
pyupgrade = "^3.15.1"
[tool.poetry.group.dev.dependencies]
tomli = "^2.0.1"
[tool.black]
line-length = 130