diff --git a/pyproject.toml b/pyproject.toml index b68957e..26882d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "openai==2.16.0", "google-genai==1.56.0", "GitPython==3.1.46", - "tqdm==4.67.1" + "tqdm==4.67.3" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 8207e94..425c4fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ jinja2==3.1.6 openai==2.16.0 google-genai==1.56.0 GitPython==3.1.46 -tqdm==4.67.1 +tqdm==4.67.3