Skip to content

Commit

Permalink
Update to Poetry 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Mar 2, 2024
1 parent e630285 commit 0c63691
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 151 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.7.1"
POETRY_VERSION: "1.8.2"
PYTHON_VERSION: "3.10"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .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.7.1"
POETRY_VERSION: "1.8.2"
PYTHON_VERSION: "3.10"

jobs:
Expand Down
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.7.1
ENV POETRY_VERSION 1.8.2

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

0 comments on commit 0c63691

Please sign in to comment.