Skip to content

Commit

Permalink
Merge pull request #676 from mattbookpr0/mattbookpr0/poetry_version_bump
Browse files Browse the repository at this point in the history
Bump poetry version to 2.0.1
  • Loading branch information
andersonresende authored Feb 14, 2025
2 parents 9cbd3e1 + 26c02fa commit 02790e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shared-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
- run: npm dedupe
working-directory: testproject
shell: bash
- run: pip install poetry==1.8.3 --upgrade
- run: pip install poetry==2.0.1 --upgrade
working-directory: testproject
shell: bash
- run: poetry install --with dev --no-root --no-interaction --no-ansi
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
POETRY_VERSION=1.7.1
POETRY_VERSION=2.0.1

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

Expand Down
2 changes: 1 addition & 1 deletion proj_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
build-${% templatetag openvariable%} env.cache_name {% templatetag closevariable %}-${% templatetag openvariable%} steps.git.outputs.branch {% templatetag closevariable %}
build-${% templatetag openvariable%} env.cache_name {% templatetag closevariable %}
- run: python -m pip install --upgrade pip
- run: python -m pip install poetry==1.7.1
- run: python -m pip install poetry==2.0.1
- run: curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
- run: sudo apt-get install git-lfs --upgrade
- run: poetry install --with dev --no-root --no-interaction --no-ansi
Expand Down
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ envVarGroups:
- key: PYTHON_VERSION
value: 3.12.0
- key: POETRY_VERSION
value: 1.7.1
value: 2.0.1
- key: SECRET_KEY
generateValue: true
- key: DJANGO_SETTINGS_MODULE
Expand Down

0 comments on commit 02790e6

Please sign in to comment.