Skip to content

Commit 585e797

Browse files
authoredFeb 27, 2025
Eric/incorporate use types (#58)
now using sdk 2.0.8
1 parent 8fbc35a commit 585e797

File tree

3 files changed

+105
-106
lines changed

3 files changed

+105
-106
lines changed
 

‎pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
'GitPython',
1414
'packaging',
1515
'python-dotenv',
16-
'socket-sdk-python>=2.0.7'
16+
'socket-sdk-python>=2.0.8'
1717
]
1818
readme = "README.md"
1919
description = "Socket Security CLI for CI/CD"
@@ -41,6 +41,7 @@ test = [
4141
]
4242
dev = [
4343
"ruff>=0.3.0",
44+
"twine", # for building
4445
"pip-tools>=7.4.0", # for pip-compile
4546
]
4647

‎socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.7'
2+
__version__ = '2.0.8'

0 commit comments

Comments
 (0)