File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
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.10 "
9+ version = " 2.1.11 "
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.10 '
2+ __version__ = '2.1.11 '
Original file line number Diff line number Diff line change 66from git import InvalidGitRepositoryError , NoSuchPathError
77from socketdev import socketdev
88from socketdev .fullscans import FullScanParams
9-
10- from core .exceptions import APIFailure
119from socketsecurity .config import CliConfig
1210from socketsecurity .core import Core
1311from socketsecurity .core .classes import Diff
You can’t perform that action at this time.
0 commit comments