From eb034cb2d65bd00daf46b16f8c58970bd4d4729d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:11:24 +0000 Subject: [PATCH] build(deps): update tqdm-loggable requirement from >=0.1.4 to >=0.2 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.2' 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 6d80d1c1..5c8cb783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ inquirerpy == 0.3.4 requests >= 2.31.0 tomli >= 2.0.1 tomlkit >= 0.12.2 -tqdm-loggable >= 0.1.4 +tqdm-loggable >= 0.2 urllib3 >= 1.26.6 watchdog >= 3.0.0