diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index c097aea..ca6ecab 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -12,4 +12,4 @@ sphinx-lint==1.0.0 sphinx-notfound-page==1.0.4 sphinx-reredirects==0.1.5 sphinx-tabs==3.4.7 -sphinx-toolbox==3.8.0 +sphinx-toolbox==3.8.1 diff --git a/pyproject.toml b/pyproject.toml index 34cd561..b5ac6a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requires-python = ">=3.10" dev = [ "build", "pyyaml>=6.0.0", - "coverage[toml]==7.6.2", + "coverage[toml]==7.6.4", "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-mock==3.14.0", @@ -52,7 +52,7 @@ lint = [ ] types = [ "mypy[reports]==1.12.0", - "pyright==1.1.384", + "pyright==1.1.386", "types-PyYAML", "types-Pygments", "types-colorama", diff --git a/tox.ini b/tox.ini index 7f55e9f..1422505 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.4.1 + tox-gh==1.4.4 # 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.