QEOM uses TextProgressBar which as the title says is deprecated in Qiskit 0.46 and removed in 1.0.
Its used to log progress, if INFO logging is enabled. My take would be to simply drop this logging there.
There is also some suppression in test_logging with a comment around TextProgressBar. I guess that suppression can stay though arguable that could be removed too if desired.
QEOM uses TextProgressBar which as the title says is deprecated in Qiskit 0.46 and removed in 1.0.
Its used to log progress, if INFO logging is enabled. My take would be to simply drop this logging there.
There is also some suppression in test_logging with a comment around TextProgressBar. I guess that suppression can stay though arguable that could be removed too if desired.