Skip to content

Commit

Permalink
Update to Poetry 1.6.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Aug 21, 2023
1 parent 12aba66 commit 5ee689a
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 442 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [main]

env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.0"
PYTHON_VERSION: "3.10"

jobs:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: python
on: [push, pull_request]

env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.0"
PYTHON_VERSION: "3.10"

jobs:
Expand Down Expand Up @@ -59,7 +59,5 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Validate Poetry Configuration
run: poetry check
- name: Validate Lockfile Freshness
run: poetry lock --check
- name: Validate Poetry Configuration and Lockfile Freshness
run: poetry check --lock
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
FROM python:3.10-slim-bookworm AS python_builder

# Pin Poetry to a specific version to make Docker builds reproducible.
ENV POETRY_VERSION 1.5.1
ENV POETRY_VERSION 1.6.0

# Set ENV variables that make Python more friendly to running inside a container.
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
Loading

0 comments on commit 5ee689a

Please sign in to comment.