diff --git a/pyproject.toml b/pyproject.toml index 30413c8..cc421ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "jinja2==3.1.6", "openai==2.32.0", "google-genai==1.56.0", - "GitPython==3.1.47", + "GitPython==3.1.49", "tqdm==4.67.3" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index b2f0982..cd49028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.32.5 jinja2==3.1.6 openai==2.32.0 google-genai==1.56.0 -GitPython==3.1.47 +GitPython==3.1.49 tqdm==4.67.3