Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading