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"
6
6
7
7
[project ]
8
8
name = " socketsecurity"
9
- version = " 2.1.10 "
9
+ version = " 2.1.11 "
10
10
requires-python = " >= 3.10"
11
11
license = {"file" = " LICENSE" }
12
12
dependencies = [
Original file line number Diff line number Diff line change 1
1
__author__ = 'socket.dev'
2
- __version__ = '2.1.10 '
2
+ __version__ = '2.1.11 '
Original file line number Diff line number Diff line change 6
6
from git import InvalidGitRepositoryError , NoSuchPathError
7
7
from socketdev import socketdev
8
8
from socketdev .fullscans import FullScanParams
9
-
10
- from core .exceptions import APIFailure
11
9
from socketsecurity .config import CliConfig
12
10
from socketsecurity .core import Core
13
11
from socketsecurity .core .classes import Diff
You can’t perform that action at this time.
0 commit comments