mirror of
https://github.com/lifting-bits/mcsema
synced 2026-06-08 15:31:09 +00:00
Bump protobuf from 3.2.0 to 3.15.0 in /tools (#778)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.2.0 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.2.0...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Executable → Regular
+1
-1
@@ -30,7 +30,7 @@ setup(name="mcsema-disass",
|
||||
author_email="mcsema@trailofbits.com",
|
||||
license='AGPLv3',
|
||||
packages=['mcsema_disass', 'mcsema_disass.ida7', 'mcsema_disass.defs'],
|
||||
install_requires=['protobuf==3.2.0', 'python-magic'],
|
||||
install_requires=['protobuf==3.15.0', 'python-magic'],
|
||||
package_data={
|
||||
"mcsema_disass.defs": ["linux.txt", "windows.txt"]},
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user