From 1500a34984ad4ba0fefdab40080df3ca8588a99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:31:15 -0700 Subject: [PATCH] build(deps): bump rich from 14.2.0 to 14.3.2 (#2849) * build(deps): bump rich from 14.2.0 to 14.3.2 Bumps [rich](https://github.com/Textualize/rich) from 14.2.0 to 14.3.2. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.2.0...v14.3.2) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * add hiddenimports for rich module --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Hunhoff --- .github/pyinstaller/pyinstaller.spec | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pyinstaller/pyinstaller.spec b/.github/pyinstaller/pyinstaller.spec index 641da859..25dc3fa1 100644 --- a/.github/pyinstaller/pyinstaller.spec +++ b/.github/pyinstaller/pyinstaller.spec @@ -17,6 +17,8 @@ import sys import capa.rules.cache +from PyInstaller.utils.hooks import collect_submodules + from pathlib import Path # SPECPATH is a global variable which points to .spec file path @@ -34,6 +36,7 @@ a = Analysis( ["../../capa/main.py"], pathex=["capa"], binaries=None, + hiddenimports=collect_submodules('rich'), datas=[ # when invoking pyinstaller from the project root, # this gets invoked from the directory of the spec file, diff --git a/requirements.txt b/requirements.txt index b91134e6..c7180d13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pygments==2.19.1 pyghidra==3.0.0 python-flirt==0.9.2 pyyaml==6.0.2 -rich==14.2.0 +rich==14.3.2 ruamel-yaml==0.19.1 ruamel-yaml-clib==0.2.14 setuptools==80.10.1