We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb3572 commit 73cd951Copy full SHA for 73cd951
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.2.74"
+version = "2.2.75"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
@@ -16,7 +16,7 @@ dependencies = [
16
'GitPython',
17
'packaging',
18
'python-dotenv',
19
- "socketdev>=3.0.31,<4.0.0",
+ "socketdev>=3.0.32,<4.0.0",
20
"bs4>=0.0.2",
21
"markdown>=3.10",
22
]
socketsecurity/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.2.74'
+__version__ = '2.2.75'
3
USER_AGENT = f'SocketPythonCLI/{__version__}'
0 commit comments