diff --git a/eng/tox/tox.ini b/eng/tox/tox.ini index 30b4d39f28fb..2bae9a598475 100644 --- a/eng/tox/tox.ini +++ b/eng/tox/tox.ini @@ -77,7 +77,7 @@ commands = [testenv:pylint] description=Lints a package with pylint (version {[testenv:pylint]pylint_version}) -pylint_version=3.0.3 +pylint_version=3.1.0 skipsdist = true skip_install = true usedevelop = false @@ -91,7 +91,7 @@ deps = -rdev_requirements.txt commands = python -m pip install pylint=={[testenv:pylint]pylint_version} - python -m pip install azure-pylint-guidelines-checker==0.3.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" + python -m pip install azure-pylint-guidelines-checker==0.4.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" python {repository_root}/eng/tox/create_package_and_install.py \ -d {envtmpdir}/dist \ -p {tox_root} \ @@ -145,7 +145,7 @@ commands = [testenv:mypy] description=Typechecks a package with mypy (version {[testenv:mypy]mypy_version}) -mypy_version=1.8.0 +mypy_version=1.9.0 skipsdist = true skip_install = true usedevelop = true @@ -197,7 +197,7 @@ commands = [testenv:pyright] description=Typechecks a package with pyright (version {[testenv:pyright]pyright_version}) -pyright_version=1.1.350 +pyright_version=1.1.359 skipsdist = true skip_install = true usedevelop = true