Skip to content

Commit 84da8fb

Browse files
committed
fix: bump poetry to 2.0.1
1 parent 9cbd3e1 commit 84da8fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PYTHONFAULTHANDLER=1 \
66
PIP_NO_CACHE_DIR=off \
77
PIP_DISABLE_PIP_VERSION_CHECK=on \
88
PIP_DEFAULT_TIMEOUT=100 \
9-
POETRY_VERSION=1.7.1
9+
POETRY_VERSION=2.0.1
1010

1111
RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
1212

proj_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
build-${% templatetag openvariable%} env.cache_name {% templatetag closevariable %}-${% templatetag openvariable%} steps.git.outputs.branch {% templatetag closevariable %}
5252
build-${% templatetag openvariable%} env.cache_name {% templatetag closevariable %}
5353
- run: python -m pip install --upgrade pip
54-
- run: python -m pip install poetry==1.7.1
54+
- run: python -m pip install poetry==2.0.1
5555
- run: curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
5656
- run: sudo apt-get install git-lfs --upgrade
5757
- run: poetry install --with dev --no-root --no-interaction --no-ansi

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ envVarGroups:
109109
- key: PYTHON_VERSION
110110
value: 3.12.0
111111
- key: POETRY_VERSION
112-
value: 1.7.1
112+
value: 2.0.1
113113
- key: SECRET_KEY
114114
generateValue: true
115115
- key: DJANGO_SETTINGS_MODULE

0 commit comments

Comments
 (0)