Skip to content

Commit

Permalink
Bump poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
slowaner committed Nov 2, 2023
1 parent 987e127 commit 1ea9942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \

# install urllib v1.x manually to avoid 'strict' attribute error
RUN pip3 install "urllib3<2"
RUN pip3 install poetry==1.1.12
RUN pip3 install poetry==1.6.1

WORKDIR /cybsi_cloud_sdk

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker-clean:
.PHONY: tools
tools: #### Install tools needed for development.
pip3 install "urllib3<2"
pip3 install poetry==1.1.12
pip3 install poetry==1.6.1
poetry install

.PHONY: bump-version
Expand Down

0 comments on commit 1ea9942

Please sign in to comment.