Skip to content

Commit

Permalink
Update Poetry to 2.0.1 (from 1.8.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Jan 17, 2025
1 parent 635bd51 commit 26c7528
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
PYTHON_VERSION: 3.13.1
POETRY_VERSION: 1.8.5
POETRY_VERSION: 2.0.1

jobs:
run-django-tests:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_DEFAULT_TIMEOUT=100

# Poetry settings
ENV POETRY_VERSION="1.8.5" \
ENV POETRY_VERSION="2.0.1" \
# # When true, `poetry run` is required to run the commands relating to the venv
POETRY_VIRTUALENVS_CREATE=0 \
POETRY_NO_INTERACTION=1 \
Expand Down
Loading

0 comments on commit 26c7528

Please sign in to comment.