From 2db4a685034ebf25b8e0b64f27967d22779c58ea Mon Sep 17 00:00:00 2001 From: Kevin Weiss Date: Mon, 30 Mar 2026 15:08:51 +0200 Subject: [PATCH] chore: Update copier template to v0.0.5-1-gff7995d --- .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..bc2a971 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.5 _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 =