File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ RUN if [ "$USE_LOCAL_INSTALL" = "true" ]; then \
3434COPY . /app
3535WORKDIR /app
3636RUN if [ "$USE_LOCAL_INSTALL" = "true" ]; then \
37- pip install -e .; \
37+ pip install --upgrade -e .; \
38+ pip install --upgrade socketdev; \
3839 fi
3940
4041# ENTRYPOINT ["socketcli"]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.2.25 "
9+ version = " 2.2.26 "
1010requires-python = " >= 3.10"
1111license = {"file" = " LICENSE" }
1212dependencies = [
Original file line number Diff line number Diff line change 11__author__ = 'socket.dev'
2- __version__ = '2.2.25 '
2+ __version__ = '2.2.26 '
33USER_AGENT = f'SocketPythonCLI/{ __version__ } '
You can’t perform that action at this time.
0 commit comments