mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 23:26:21 -08:00
build(deps-dev): bump black from 21.12b0 to 22.1.0
Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/22.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
setup.py
4
setup.py
@@ -23,7 +23,7 @@ requirements = [
|
|||||||
"networkx==2.5.1",
|
"networkx==2.5.1",
|
||||||
"ruamel.yaml==0.17.20",
|
"ruamel.yaml==0.17.20",
|
||||||
"vivisect==1.0.5",
|
"vivisect==1.0.5",
|
||||||
"smda==1.6.2",
|
"smda==1.7.0",
|
||||||
"pefile==2021.9.3",
|
"pefile==2021.9.3",
|
||||||
"typing==3.7.4.3",
|
"typing==3.7.4.3",
|
||||||
"pyelftools==0.27",
|
"pyelftools==0.27",
|
||||||
@@ -72,7 +72,7 @@ setuptools.setup(
|
|||||||
"pytest-instafail==0.4.2",
|
"pytest-instafail==0.4.2",
|
||||||
"pytest-cov==3.0.0",
|
"pytest-cov==3.0.0",
|
||||||
"pycodestyle==2.8.0",
|
"pycodestyle==2.8.0",
|
||||||
"black==21.12b0",
|
"black==22.1.0",
|
||||||
"isort==5.10.1",
|
"isort==5.10.1",
|
||||||
"mypy==0.931",
|
"mypy==0.931",
|
||||||
"psutil==5.9.0",
|
"psutil==5.9.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user