unpin tox in requirements

for some reason bandit wasn't earlier catching the SubElement usage but
now it is, but it's harmless anyway so we'll just suppress it.

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2023-12-30 11:07:47 -06:00
parent bf646db1e8
commit 713632fe7a
4 changed files with 16 additions and 11 deletions

View File

@@ -27,12 +27,11 @@ classifiers = [
"Bug Tracker" = "https://git.incorporeal.org/bss/incorporeal-cms/issues"
# tox pinned to <4 to not conflict with safety
[project.optional-dependencies]
dev = ["bandit", "dlint", "flake8", "flake8-blind-except", "flake8-builtins", "flake8-docstrings",
"flake8-executable", "flake8-fixme", "flake8-isort", "flake8-logging-format", "flake8-mutable",
"flake8-pyproject", "mypy", "pip-tools", "pydot", "pytest", "pytest-cov", "safety",
"setuptools-scm", "tox<4"]
"setuptools-scm", "tox"]
dot = ["pydot"]
[tool.flake8]