From 1a7fd5ebb7522c7c1acf45581ee040ffb6024602 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:41:18 -0400 Subject: [PATCH] build(deps): update bugfixes (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 211f8a9..f2e56a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ lint = [ ] types = [ "mypy[reports]~=1.11.1", - "pyright==1.1.364", + "pyright==1.1.377", ] docs = [ "canonical-sphinx~=0.1", diff --git a/tox.ini b/tox.ini index 7932d40..810d6ec 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ requires = # renovate: datasource=pypi tox-ignore-env-name-mismatch>=0.2.0.post2 # renovate: datasource=pypi - tox-gh==1.3.1 + tox-gh==1.3.2 # 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.