We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75a1d7 commit e8336f7Copy full SHA for e8336f7
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.0.51"
+version = "2.0.52"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.51'
+__version__ = '2.0.52'
socketsecurity/plugins/slack.py
@@ -1,6 +1,6 @@
import logging
import requests
3
-from config import CliConfig
+from socketsecurity.config import CliConfig
4
from .base import Plugin
5
from socketsecurity.core.classes import Diff
from socketsecurity.core.messages import Messages
0 commit comments