fix setuptools vulnerability

This commit is contained in:
edoapra 2023-01-20 16:41:08 -08:00
parent 51102a08aa
commit 5ff5eaa221
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -20,6 +20,7 @@ jobs:
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
- run: python -m pip install --upgrade requests
- run: python -m pip install 'setuptools>=65.5.1'
- run: bandit --recursive --skip B101,B110,B306,B307,B311,B605,B607 .
- run: black --check . || true
- run: codespell --count