Skip to content

Commit

Permalink
Bump poetry version in CI and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Mar 7, 2024
1 parent 9a5540d commit a7b2079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
poetry_version:
required: true
type: string
default: '1.7.1'
default: '1.8.2'
poetry_included_groups:
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM jupyter/minimal-notebook:python-3.11 as BASE

ARG CODE_DIR=/tmp/code
ARG POETRY_VERSION=1.8.1
ARG POETRY_VERSION=1.8.2

ENV DEBIAN_FRONTEND=noninteractive \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down

0 comments on commit a7b2079

Please sign in to comment.