From 612c02951005e1126dde8c0eb524cd1b9ed8cc17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:06:20 +0000 Subject: [PATCH 1/3] build(deps): bump vivisect from 1.1.1 to 1.2.1 Bumps [vivisect](https://github.com/vivisect/vivisect) from 1.1.1 to 1.2.1. - [Changelog](https://github.com/vivisect/vivisect/blob/master/CHANGELOG.rst) - [Commits](https://github.com/vivisect/vivisect/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: vivisect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c0fae387..de9494460 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,4 +54,4 @@ types-pyyaml==6.0.10 types-tabulate==0.9.0.20240106 virtualenv==20.26.2 viv-utils==0.7.11 -vivisect==1.1.1 +vivisect==1.2.1 From cc2e312f641ce5aeeafdc892ccf487ec3d4c229b Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 26 Sep 2024 14:14:53 +0200 Subject: [PATCH 2/3] Update pyasn1* --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index de9494460..368613b03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,8 +29,8 @@ pip==24.0 platformdirs==4.2.2 pluggy==1.5.0 pre-commit==3.5.0 -pyasn1==0.4.8 -pyasn1-modules==0.2.8 +pyasn1==0.5.1 +pyasn1-modules==0.3.0 pycodestyle==2.11.1 pycparser==2.22 pydantic==2.7.4 From 216bd11eb6ea7ef202f60f347d96fd8973c30891 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 26 Sep 2024 14:18:36 +0200 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 368613b03..547fb76f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cfgv==3.4.0 click==8.1.7 colorama==0.4.6 coverage==7.6.1 -cxxfilt==0.2.2 +cxxfilt==0.3.0 distlib==0.3.8 dncil==1.0.2 filelock==3.16.1