From 18d2d37bbba6b343fb8473558f7c994324af3182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:23:42 +0000 Subject: [PATCH] build(deps): update bugfixes --- pyproject.toml | 8 ++++---- tox.ini | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53e4dca..fc29125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "build", "pyyaml>=6.0.0", "coverage[toml]==7.6.1", - "pytest==8.3.2", + "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-mock==3.14.0", "pytest-check>=2.0", @@ -47,12 +47,12 @@ dev = [ lint = [ "black==24.8.0", "codespell[toml]==2.3.0", - "ruff==0.6.1", + "ruff==0.6.4", "yamllint==1.35.1" ] types = [ - "mypy[reports]==1.11.1", - "pyright==1.1.375", + "mypy[reports]==1.11.2", + "pyright==1.1.380", "types-PyYAML", "types-Pygments", "types-colorama", diff --git a/tox.ini b/tox.ini index 29b3f90..f79a2b7 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.2 + tox-gh==1.3.3 # 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.