We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03322e3 commit b6ab69cCopy full SHA for b6ab69c
3 files changed
Dockerfile
@@ -93,7 +93,7 @@ COPY . /app
93
WORKDIR /app
94
RUN if [ "$USE_LOCAL_INSTALL" = "true" ]; then \
95
pip install --upgrade -e .; \
96
- pip install --upgrade socketdev;I wan \
+ pip install --upgrade socketdev; \
97
fi
98
99
# Create workspace directory with proper permissions
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.2.31"
+version = "2.2.32"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
socketsecurity/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.2.31'
+__version__ = '2.2.32'
3
USER_AGENT = f'SocketPythonCLI/{__version__}'
0 commit comments