We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ebc12 commit d470734Copy full SHA for d470734
.github/workflows/pages.yml
@@ -8,7 +8,7 @@ on:
8
branches: [main]
9
10
env:
11
- POETRY_VERSION: "2.2.1"
+ POETRY_VERSION: "2.1.1"
12
PYTHON_VERSION: "3.11"
13
14
jobs:
.github/workflows/python.yml
@@ -3,7 +3,7 @@ name: python
3
on: [push, pull_request]
4
5
6
7
Dockerfile
@@ -11,7 +11,7 @@
FROM python:3.11-slim-bookworm AS python_builder
# Pin Poetry to a specific version to make Docker builds reproducible.
-ENV POETRY_VERSION=2.2.1
+ENV POETRY_VERSION=2.1.1
15
16
# Set ENV variables that make Python more friendly to running inside a container.
17
ENV PYTHONDONTWRITEBYTECODE=1
0 commit comments