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 e10dc13 commit 533b695Copy full SHA for 533b695
.github/workflows/pr-preview.yml
@@ -9,6 +9,7 @@ jobs:
9
permissions:
10
id-token: write
11
contents: read
12
+ pull-requests: write
13
steps:
14
- uses: actions/checkout@v4
15
with:
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
-version = "2.0.31"
+version = "2.0.32"
requires-python = ">= 3.10"
license = {"file" = "LICENSE"}
dependencies = [
socketsecurity/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.31'
+__version__ = '2.0.32'
3
0 commit comments