From 34b0391494510bd0fef85b4dec514f17b8722eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 03:12:38 +0000 Subject: [PATCH] chore(deps): update tox-version --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87f8a8c..b5ed670 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,9 +27,9 @@ env: # renovate: datasource=pypi depName=uv UV_VERSION: 0.5.20 # renovate: datasource=pypi depName=tox - TOX_VERSION: 4.23.2 + TOX_VERSION: 4.24.1 # renovate: datasource=pypi depName=tox-uv - TOX_UV_VERSION: 1.17.0 + TOX_UV_VERSION: 1.20.1 jobs: tests: