diff --git a/pyproject.toml b/pyproject.toml index 2e4cec9..38d8c53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "jinja2==3.1.6", "openai==3.2.0", "google-genai==2.18.1", - "GitPython==3.1.59", + "GitPython==3.1.60", "tqdm==4.70.0" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 96bad7a..5f02f9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.34.2 jinja2==3.1.6 openai==3.2.0 google-genai==2.18.1 -GitPython==3.1.59 +GitPython==3.1.60 tqdm==4.70.0