mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-12-19 12:02:34 +00:00
Remove safety dependency vulnerability scanner
I went back and fourth on this, but ultimately decided that it's more trouble than it's worth. Between false positives, deeply nested packages raising vulnerabilities, and the brittleness of the poetry-plugin-export that the tooling relies on, it causes more headaches than it avoids. A future PR will enable dependabot tooling that will open PRs to automatically fix this problem so I don't have to deal with it anymore (hopefully)
This commit is contained in:
@@ -55,7 +55,6 @@ pylint = {version = "^2.13.0", python = "^3.10"}
|
||||
pytest = {version = "^6.0.2", python = "^3.10"}
|
||||
pytest-cov = {version = "^2.10.1", python = "^3.10"}
|
||||
reorder-python-imports = {version = "^2.3.5", python = "^3.10"}
|
||||
safety = {version = "^2.2.0", python = "^3.10"}
|
||||
toml = {version = "^0.10.1", python = "^3.10"}
|
||||
tox = "^4.1"
|
||||
types-toml = {version = "^0.10.1", python = "^3.10"}
|
||||
|
||||
Reference in New Issue
Block a user