Skip to content

Commit 6c3c7b1

Browse files
next checks version bump (#36400)
* evaluate next checks bump on core build * trigger core * add back whitespace used to trigger the core build
1 parent 9e73466 commit 6c3c7b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/tox/tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ commands =
7777

7878
[testenv:pylint]
7979
description=Lints a package with pylint (version {[testenv:pylint]pylint_version})
80-
pylint_version=3.0.3
80+
pylint_version=3.1.0
8181
skipsdist = true
8282
skip_install = true
8383
usedevelop = false
@@ -91,7 +91,7 @@ deps =
9191
-rdev_requirements.txt
9292
commands =
9393
python -m pip install pylint=={[testenv:pylint]pylint_version}
94-
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/"
94+
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/"
9595
python {repository_root}/eng/tox/create_package_and_install.py \
9696
-d {envtmpdir}/dist \
9797
-p {tox_root} \
@@ -145,7 +145,7 @@ commands =
145145

146146
[testenv:mypy]
147147
description=Typechecks a package with mypy (version {[testenv:mypy]mypy_version})
148-
mypy_version=1.8.0
148+
mypy_version=1.9.0
149149
skipsdist = true
150150
skip_install = true
151151
usedevelop = true
@@ -197,7 +197,7 @@ commands =
197197

198198
[testenv:pyright]
199199
description=Typechecks a package with pyright (version {[testenv:pyright]pyright_version})
200-
pyright_version=1.1.350
200+
pyright_version=1.1.359
201201
skipsdist = true
202202
skip_install = true
203203
usedevelop = true

0 commit comments

Comments
 (0)