Skip to content

Commit 02790e6

Browse files
Merge pull request #676 from mattbookpr0/mattbookpr0/poetry_version_bump
Bump poetry version to 2.0.1
2 parents 9cbd3e1 + 26c02fa commit 02790e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/shared-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
- run: npm dedupe
6060
working-directory: testproject
6161
shell: bash
62-
- run: pip install poetry==1.8.3 --upgrade
62+
- run: pip install poetry==2.0.1 --upgrade
6363
working-directory: testproject
6464
shell: bash
6565
- run: poetry install --with dev --no-root --no-interaction --no-ansi

backend/Dockerfile

+1-1
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

+1-1
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

+1-1
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)