From 007d754de4bd10e80fe7db280bb36750165fe5c7 Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Fri, 14 Mar 2025 12:18:24 +0100 Subject: [PATCH] test --- docker/ci-runner/Dockerfile | 2 +- {{cookiecutter.project_slug}}/build-requirements.txt | 2 +- {{cookiecutter.project_slug}}/docker/ci-runner/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/ci-runner/Dockerfile b/docker/ci-runner/Dockerfile index 70893df..2076807 100644 --- a/docker/ci-runner/Dockerfile +++ b/docker/ci-runner/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13 -RUN python -m pip install --upgrade cibuildwheel cookiecutter pip tox twine +RUN python -m pip install --upgrade cibuildwheel==2.23.0 cookiecutter pip tox twine RUN curl -sSL https://get.docker.com/ | sh diff --git a/{{cookiecutter.project_slug}}/build-requirements.txt b/{{cookiecutter.project_slug}}/build-requirements.txt index 357a5ca..d2d6bde 100644 --- a/{{cookiecutter.project_slug}}/build-requirements.txt +++ b/{{cookiecutter.project_slug}}/build-requirements.txt @@ -1,3 +1,3 @@ -cibuildwheel >= 2.12.3 # BSD +cibuildwheel==2.23.0 # BSD tox >= 4.0 # ? build >= 0.8.0 # MIT diff --git a/{{cookiecutter.project_slug}}/docker/ci-runner/Dockerfile b/{{cookiecutter.project_slug}}/docker/ci-runner/Dockerfile index 5af9fd4..c984a99 100644 --- a/{{cookiecutter.project_slug}}/docker/ci-runner/Dockerfile +++ b/{{cookiecutter.project_slug}}/docker/ci-runner/Dockerfile @@ -1,4 +1,4 @@ FROM python:3.13 -RUN python -m pip install --upgrade cibuildwheel pip tox twine +RUN python -m pip install --upgrade cibuildwheel==2.23.0 pip tox twine RUN curl -sSL https://get.docker.com/ | sh -- GitLab