From 5c52d4bfd05c46518f6486a0d9a22e94859debfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:38:18 +0000 Subject: [PATCH] build(deps): bump the vivisect group with 3 updates 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] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 722a7ae3..854c0eda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,13 +18,13 @@ ida-settings==3.2.2 intervaltree==3.2.1 markdown-it-py==4.0.0 mdurl==0.1.2 -msgpack==1.0.8 +msgpack==1.1.2 networkx==3.4.2 pefile==2024.8.26 pip==25.3 protobuf==6.33.1 -pyasn1==0.5.1 -pyasn1-modules==0.3.0 +pyasn1==0.6.2 +pyasn1-modules==0.4.2 pycparser==2.23 pydantic==2.12.4 # pydantic pins pydantic-core,