diff --git a/pyproject.toml b/pyproject.toml index 25deb50..be0206f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "openai==2.40.0", "google-genai==1.56.0", "GitPython==3.1.50", - "tqdm==4.67.3" + "tqdm==4.68.1" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 8bfa5ef..4019b75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ jinja2==3.1.6 openai==2.40.0 google-genai==1.56.0 GitPython==3.1.50 -tqdm==4.67.3 +tqdm==4.68.1