From ec3b4df1e3e7eb3d670abba9e0b6f5fe04fd5eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 11:56:42 +0900 Subject: [PATCH] chore(deps): bump tqdm (#9) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- custom-skills/31-notion-organizer/code/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-skills/31-notion-organizer/code/scripts/requirements.txt b/custom-skills/31-notion-organizer/code/scripts/requirements.txt index 19108d4..dedab5a 100644 --- a/custom-skills/31-notion-organizer/code/scripts/requirements.txt +++ b/custom-skills/31-notion-organizer/code/scripts/requirements.txt @@ -14,7 +14,7 @@ python-dotenv==1.2.2 tenacity==8.2.3 # Progress bars -tqdm==4.66.1 +tqdm==4.66.3 # Optional: Data analysis # pandas==2.1.4