mirror of
https://github.com/mandiant/capa.git
synced 2026-03-12 21:23:12 -07:00
Bumps the vivisect group with 3 updates: [msgpack](https://github.com/msgpack/msgpack-python), [pyasn1](https://github.com/pyasn1/pyasn1) and [pyasn1-modules](https://github.com/pyasn1/pyasn1-modules). Updates `msgpack` from 1.0.8 to 1.1.2 - [Release notes](https://github.com/msgpack/msgpack-python/releases) - [Changelog](https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst) - [Commits](https://github.com/msgpack/msgpack-python/compare/v1.0.8...v1.1.2) Updates `pyasn1` from 0.5.1 to 0.6.2 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.5.1...v0.6.2) Updates `pyasn1-modules` from 0.3.0 to 0.4.2 - [Release notes](https://github.com/pyasn1/pyasn1-modules/releases) - [Changelog](https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt) - [Commits](https://github.com/pyasn1/pyasn1-modules/compare/v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vivisect - dependency-name: pyasn1 dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vivisect - dependency-name: pyasn1-modules dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vivisect ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
# Dependencies with specific version constraints
|
|
# used during development and building the standalone executables.
|
|
# For these environments, use `pip install -r requirements.txt`
|
|
# before installing capa from source/pypi. This will ensure
|
|
# the following specific versions are used.
|
|
#
|
|
# Initially generated via: pip freeze | grep -v -- "-e"
|
|
# Kept up to date by dependabot.
|
|
annotated-types==0.7.0
|
|
colorama==0.4.6
|
|
cxxfilt==0.3.0
|
|
dncil==1.0.2
|
|
dnfile==0.18.0
|
|
funcy==2.0
|
|
humanize==4.15.0
|
|
ida-netnode==3.0
|
|
ida-settings==3.2.2
|
|
intervaltree==3.2.1
|
|
markdown-it-py==4.0.0
|
|
mdurl==0.1.2
|
|
msgpack==1.1.2
|
|
networkx==3.4.2
|
|
pefile==2024.8.26
|
|
pip==26.0
|
|
protobuf==7.34.0
|
|
pyasn1==0.6.2
|
|
pyasn1-modules==0.4.2
|
|
pycparser==3.0
|
|
pydantic==2.12.4
|
|
# pydantic pins pydantic-core,
|
|
# but dependabot updates these separately (which is broken) and is annoying,
|
|
# so we rely on pydantic to pull in the right version of pydantic-core.
|
|
# pydantic-core==2.23.4
|
|
xmltodict==1.0.2
|
|
pyelftools==0.32
|
|
pygments==2.19.1
|
|
pyghidra==3.0.0
|
|
python-flirt==0.9.2
|
|
pyyaml==6.0.2
|
|
rich==14.3.2
|
|
ruamel-yaml==0.19.1
|
|
ruamel-yaml-clib==0.2.14
|
|
setuptools==80.10.1
|
|
six==1.17.0
|
|
sortedcontainers==2.4.0
|
|
viv-utils==0.8.0
|
|
vivisect==1.3.0
|
|
msgspec==0.20.0
|
|
bump-my-version==1.2.4
|