From 37251b2b5977554d425d8dde3a65dc9ff9d38799 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Jul 2026 11:48:13 +0000 Subject: [PATCH] tqdm 4.70.0 --- Formula/python/tqdm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/python/tqdm.rb b/Formula/python/tqdm.rb index 7b0e094..1fc3159 100644 --- a/Formula/python/tqdm.rb +++ b/Formula/python/tqdm.rb @@ -3,8 +3,8 @@ class Tqdm < Formula desc "Fast, extensible progress bar for Python" homepage "https://tqdm.github.io" - url "https://github.com/tqdm/tqdm/archive/refs/tags/v4.69.0.tar.gz" - sha256 "982df271921c3376388e9a3bc5c2e8b8c6c2230fe371648bf22558cd56d7c620" + url "https://github.com/tqdm/tqdm/archive/refs/tags/v4.70.0.tar.gz" + sha256 "61c8070ed8e6bee0ae59b0b5a4a392358ae718b58e50546c440a81f2ac79c5d8" license "MIT" depends_on "python@3.14"