From 1a08aca9cde8aaf7c855703de0f2743ff788e715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:17:11 +0000 Subject: [PATCH] chore(deps): update dependency tox-ignore-env-name-mismatch to v0.2.0.post2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bcad7e5314..39f5c8bec2 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ requires = # renovate: datasource=pypi tox==4.4.2 # renovate: datasource=pypi - tox-ignore-env-name-mismatch==0.2.0 + tox-ignore-env-name-mismatch==0.2.0.post2 # Allow tox to access the user's $TMPDIR environment variable if set. # This workaround is required to avoid circular dependencies for TMPDIR, # since tox will otherwise attempt to use the environment's TMPDIR variable.