Skip to content

Commit 16727cd

Browse files
committed
this
1 parent 3db052b commit 16727cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: eng/tox/tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ deps =
9292
-rdev_requirements.txt
9393
commands =
9494
python -m pip install pylint=={[testenv:pylint]pylint_version}
95-
python -m pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
95+
python -m pip install azure-pylint-guidelines-checker==0.5.3 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
9696
python {repository_root}/eng/tox/create_package_and_install.py \
9797
-d {envtmpdir}/dist \
9898
-p {tox_root} \
@@ -117,7 +117,7 @@ deps =
117117
PyGitHub>=1.59.0
118118
commands =
119119
python -m pip install pylint=={[testenv:next-pylint]pylint_version}
120-
python -m pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
120+
python -m pip install azure-pylint-guidelines-checker==0.5.3 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
121121
python {repository_root}/eng/tox/create_package_and_install.py \
122122
-d {envtmpdir}/dist \
123123
-p {tox_root} \

0 commit comments

Comments
 (0)