diff --git a/pyproject.toml b/pyproject.toml index e962833..ffffbd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ dependencies = [ "PyYAML>=6.0", "questionary>=2.0.0", - "GitPython==3.1.45", + "GitPython==3.1.46", "bcrypt>=4.0.0", ] diff --git a/requirements.txt b/requirements.txt index 40b52e8..cceda84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ questionary>=2.0.0 # Git integration for smart push command # Pinned to 3.1.43 to avoid security vulnerabilities in earlier versions -GitPython==3.1.45 +GitPython==3.1.46 # Password hashing for v1.1.1 security features bcrypt>=4.0.0