From 4bcb603dad60d22eb4149363898ba2f2e440c811 Mon Sep 17 00:00:00 2001 From: mdaleo-fpf Date: Thu, 16 Apr 2026 07:48:51 +0100 Subject: [PATCH 1/2] Update pyproject.toml and poetry.lock with Poetry 2.3.3 --- pyproject.toml | 2 +- workstation-bootstrap/poetry.lock | 4 ++-- workstation-bootstrap/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba53830..94a41c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = {text = "GPLv3+"} [tool.poetry] package-mode = false -requires-poetry = ">=2.1.3,<3.0" +requires-poetry = ">=2.3.3,<3.0" [tool.poetry.group.dev.dependencies] pytest = "*" diff --git a/workstation-bootstrap/poetry.lock b/workstation-bootstrap/poetry.lock index 4a7ec4b..a41a753 100644 --- a/workstation-bootstrap/poetry.lock +++ b/workstation-bootstrap/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. [[package]] name = "build" @@ -18,7 +18,7 @@ packaging = ">=19.1" pyproject_hooks = "*" [package.extras] -docs = ["furo (>=2023.08.17)", "sphinx (>=7.0,<8.0)", "sphinx-argparse-cli (>=1.5)", "sphinx-autodoc-typehints (>=1.10)", "sphinx-issues (>=3.0.0)"] +docs = ["furo (>=2023.8.17)", "sphinx (>=7.0,<8.0)", "sphinx-argparse-cli (>=1.5)", "sphinx-autodoc-typehints (>=1.10)", "sphinx-issues (>=3.0.0)"] test = ["build[uv,virtualenv]", "filelock (>=3)", "pytest (>=6.2.4)", "pytest-cov (>=2.12)", "pytest-mock (>=2)", "pytest-rerunfailures (>=9.1)", "pytest-xdist (>=1.34)", "setuptools (>=42.0.0) ; python_version < \"3.10\"", "setuptools (>=56.0.0) ; python_version == \"3.10\"", "setuptools (>=56.0.0) ; python_version == \"3.11\"", "setuptools (>=67.8.0) ; python_version >= \"3.12\"", "wheel (>=0.36.0)"] typing = ["build[uv]", "importlib-metadata (>=5.1)", "mypy (>=1.9.0,<1.10.0)", "tomli", "typing-extensions (>=3.7.4.3)"] uv = ["uv (>=0.1.18)"] diff --git a/workstation-bootstrap/pyproject.toml b/workstation-bootstrap/pyproject.toml index bf0246a..ed9d74c 100644 --- a/workstation-bootstrap/pyproject.toml +++ b/workstation-bootstrap/pyproject.toml @@ -20,4 +20,4 @@ dependencies = [ ] [tool.poetry] -requires-poetry = ">=2.0.0,<3.0.0" \ No newline at end of file +requires-poetry = ">=2.3.3,<3.0.0" From 39be049120cd9e1db9fdf4fcdd143d10630e9d22 Mon Sep 17 00:00:00 2001 From: mdaleo-fpf Date: Mon, 4 May 2026 07:47:35 +0100 Subject: [PATCH 2/2] Update Poetry version in workflows --- .github/workflows/ci.yml | 2 +- .github/workflows/reprotest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7540953..c1e3647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ name: CI on: [merge_group, push, pull_request] env: - POETRY_VERSION: 2.1.3 + POETRY_VERSION: 2.3.3 jobs: checks: diff --git a/.github/workflows/reprotest.yml b/.github/workflows/reprotest.yml index 440ae9c..6eae6a2 100644 --- a/.github/workflows/reprotest.yml +++ b/.github/workflows/reprotest.yml @@ -9,7 +9,7 @@ on: - cron: "0 6 * * *" env: - POETRY_VERSION: 2.1.3 + POETRY_VERSION: 2.3.3 jobs: keys: