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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user