From 04fa3abd7c081c39e4fe36315122f916277d5534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:23:02 +0000 Subject: [PATCH] build(deps): update tqdm-loggable requirement from >=0.2 to >=0.4.1 Updates the requirements on [tqdm-loggable](https://github.com/tradingstrategy-ai/tqdm-loggable) to permit the latest version. - [Changelog](https://github.com/tradingstrategy-ai/tqdm-loggable/blob/master/CHANGELOG.md) - [Commits](https://github.com/tradingstrategy-ai/tqdm-loggable/commits) --- updated-dependencies: - dependency-name: tqdm-loggable dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c09742b..13ef8821 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ inquirerpy == 0.3.4 requests >= 2.31.0 tomli >= 2.4.1 tomlkit >= 0.15.0 -tqdm-loggable >= 0.2 +tqdm-loggable >= 0.4.1 urllib3 >= 1.26.6 watchdog >= 3.0.0