From 4880cf5f76f08d8e5bb7780c9cc7a6750613f847 Mon Sep 17 00:00:00 2001 From: Kevin Weiss Date: Mon, 30 Mar 2026 13:59:37 +0200 Subject: [PATCH] chore: Update copier template to v0.0.4-4-g617c925 --- .copier-answers.yml | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index a426247..2ad800a 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.4 +_commit: v0.0.4-5-g03906cb _src_path: ../template-python/ author: Kevin Weiss author_email: weiss.kevin604@gmail.com diff --git a/tox.ini b/tox.ini index 091068a..3d2b607 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,8 @@ description = Build the package in isolation according to PEP517, see https://gi skip_install = True changedir = {toxinidir} deps = - build[virtualenv] + build[virtualenv]==1.4.1 + pip==26.0.1 passenv = SETUPTOOLS_* commands =