Skip to content

Commit affc7a5

Browse files
authored
Update to Poetry 2.1.1 (#250)
1 parent 255dd37 commit affc7a5

File tree

4 files changed

+597
-537
lines changed

4 files changed

+597
-537
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
POETRY_VERSION: "2.0.1"
11+
POETRY_VERSION: "2.1.1"
1212
PYTHON_VERSION: "3.11"
1313

1414
jobs:

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python
33
on: [push, pull_request]
44

55
env:
6-
POETRY_VERSION: "2.0.1"
6+
POETRY_VERSION: "2.1.1"
77
PYTHON_VERSION: "3.11"
88

99
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
FROM python:3.11-slim-bookworm AS python_builder
1212

1313
# Pin Poetry to a specific version to make Docker builds reproducible.
14-
ENV POETRY_VERSION=2.0.1
14+
ENV POETRY_VERSION=2.1.1
1515

1616
# Set ENV variables that make Python more friendly to running inside a container.
1717
ENV PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)