We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cf7e5 commit 7435826Copy full SHA for 7435826
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.0.38"
+version = "2.0.40"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
@@ -16,7 +16,7 @@ dependencies = [
16
'GitPython',
17
'packaging',
18
'python-dotenv',
19
- 'socket-sdk-python>=2.0.20'
+ 'socket-sdk-python>=2.0.21'
20
]
21
readme = "README.md"
22
description = "Socket Security CLI for CI/CD"
socketsecurity/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.39'
+__version__ = '2.0.40'
3
0 commit comments