From 5a824d8797b30264cb60f47ec06ee40213921ec0 Mon Sep 17 00:00:00 2001 From: naa0yama <9667078+naa0yama@users.noreply.github.com> Date: Sat, 30 Sep 2023 20:54:36 +0900 Subject: [PATCH] update: poetry 1.6.0 --- .devcontainer/Dockerfile | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 147d74e4..83e44a6b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ PIP_NO_CACHE_DIR=off \ PIP_DISABLE_PIP_VERSION_CHECK=on \ PIP_DEFAULT_TIMEOUT=100 \ - POETRY_VERSION=1.3.1 + POETRY_VERSION=1.6.0 RUN \ set -eux \ diff --git a/.tool-versions b/.tool-versions index e1691c29..c83b2e27 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ python 3.10.12 -poetry 1.4.2 +poetry 1.6.0