diff --git a/pyproject.toml b/pyproject.toml index 9d42772..374d89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "django==5.2.13", - "gitpython==3.1.49", + "gitpython==3.1.50", "gunicorn==26.0.0", "packaging==26.2", "protobuf==7.34.1", diff --git a/requirements.txt b/requirements.txt index 643c4a3..013d857 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django==5.2.13 -gitpython==3.1.49 +gitpython==3.1.50 gunicorn==26.0.0 packaging==26.2 protobuf==7.34.1