Skip to content

Commit

Permalink
Merge pull request #4584 from ttys0dev/update-deps
Browse files Browse the repository at this point in the history
Update poetry and a few other dependencies
  • Loading branch information
mlissner authored Oct 16, 2024
2 parents bb4c2f0 + fe77906 commit c36c582
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.3
version: 1.8.4
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
2 changes: 1 addition & 1 deletion docker/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PGSSLCERT=/tmp/postgresql.crt

# poetry
# https://python-poetry.org/docs/configuration/#using-environment-variables
ENV POETRY_VERSION=1.8.3 \
ENV POETRY_VERSION=1.8.4 \
# make poetry install to this location
POETRY_HOME="/opt/poetry" \
# Don't build a virtualenv to save space
Expand Down
Loading

0 comments on commit c36c582

Please sign in to comment.