diff --git a/pyproject.toml b/pyproject.toml index 2f21007a..9aef56da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ craft-providers = "craft_providers.cli:main" [project.optional-dependencies] dev = [ - "coverage[toml]==7.6.1", + "coverage[toml]==7.6.2", "freezegun==1.5.1", "logassert==7", "pyfakefs==5.4.1", @@ -49,13 +49,13 @@ lint = [ ] types = [ "mypy[reports]==1.11.2", - "pyright==1.1.383", + "pyright==1.1.384", ] docs = [ "pyspelling==2.10", "sphinx-autobuild==2024.10.3", "sphinx-lint==1.0.0", - "sphinx-tabs==3.4.5", + "sphinx-tabs==3.4.7", "canonical-sphinx~=0.2.0" ] diff --git a/tox.ini b/tox.ini index 99fa0f64..1d69f412 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,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.