mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
build(deps-dev): bump pyinstaller from 5.4.1 to 5.5
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.4.1 to 5.5. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.4.1...v5.5) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
setup.py
4
setup.py
@@ -13,7 +13,7 @@ import setuptools
|
||||
requirements = [
|
||||
"tqdm==4.64.1",
|
||||
"pyyaml==6.0",
|
||||
"tabulate==0.8.9",
|
||||
"tabulate==0.9.0",
|
||||
"colorama==0.4.5",
|
||||
"termcolor==2.0.1",
|
||||
"wcwidth==0.2.5",
|
||||
@@ -90,7 +90,7 @@ setuptools.setup(
|
||||
"types_requests==2.28.1",
|
||||
],
|
||||
"build": [
|
||||
"pyinstaller==5.4.1",
|
||||
"pyinstaller==5.5",
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
|
||||
Reference in New Issue
Block a user