File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.1.34 "
9+ version = " 2.1.35 "
1010requires-python = " >= 3.10"
1111license = {"file" = " LICENSE" }
1212dependencies = [
Original file line number Diff line number Diff line change 11__author__ = 'socket.dev'
2- __version__ = '2.1.34 '
2+ __version__ = '2.1.35 '
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ def is_on_default_branch(self) -> bool:
412412 return False
413413
414414 @staticmethod
415- def ensure_safe_directory (self , path : str ) -> None :
415+ def ensure_safe_directory (path : str ) -> None :
416416 # Ensure the repo is marked as safe for git (prevents SHA empty/dubious ownership errors)
417417 try :
418418 import subprocess
You can’t perform that action at this time.
0 commit comments