diff --git a/tox.ini b/tox.ini index 7b67e8ae62..4f7d43f6f9 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ minversion = 4.3.5 # install tox from apt. Older than that, the user gets an upgrade warning. requires = # renovate: datasource=pypi - tox==4.4.2 + tox==4.4.4 # renovate: datasource=pypi tox-ignore-env-name-mismatch==0.2.0.post2 # Allow tox to access the user's $TMPDIR environment variable if set. @@ -56,7 +56,7 @@ deps = # renovate: datasource=pypi black>=22.12.0 # renovate: datasource=pypi - ruff==0.0.239 + ruff==0.0.240 # renovate: datasource=pypi codespell[tomli]>=2.2.2 # renovate: datasource=pypi