diff --git a/pyproject.toml b/pyproject.toml index 68c2859..68b98a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ static = [ "ruff>=0.14.1", "mypy>=1.14.1,<2", - "gitpython==3.1.44", + "gitpython==3.1.45", "black==24.8.0", ] test = [ @@ -49,7 +49,7 @@ test = [ "pytest-cov>=5,<6", ] primer = [ - "gitpython==3.1.44", + "gitpython==3.1.45", "black==24.8.0", ]