From 50661d7ad974c5e0a89aa1b54a8357d7352b8d6c Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Thu, 23 Jan 2025 11:04:56 -0800 Subject: [PATCH] patch bump --- packages/http-client-python/generator/test/azure/tox.ini | 4 ++-- packages/http-client-python/generator/test/unbranded/tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/http-client-python/generator/test/azure/tox.ini b/packages/http-client-python/generator/test/azure/tox.ini index 82fff9e8eb..9c874dc5b4 100644 --- a/packages/http-client-python/generator/test/azure/tox.ini +++ b/packages/http-client-python/generator/test/azure/tox.ini @@ -10,7 +10,7 @@ commands = pytest mock_api_tests ../generic_mock_api_tests # pylint - pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" + pip install azure-pylint-guidelines-checker==0.5.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" python ../../../eng/scripts/ci/run_pylint.py -t azure -s "generated" {posargs} # mypy @@ -33,7 +33,7 @@ commands = deps= -r requirements.txt commands = - pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" + pip install azure-pylint-guidelines-checker==0.5.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" python ../../../eng/scripts/ci/run_pylint.py -t azure -s "generated" {posargs} [testenv:mypy] diff --git a/packages/http-client-python/generator/test/unbranded/tox.ini b/packages/http-client-python/generator/test/unbranded/tox.ini index af95cf8893..cee1776f0a 100644 --- a/packages/http-client-python/generator/test/unbranded/tox.ini +++ b/packages/http-client-python/generator/test/unbranded/tox.ini @@ -10,7 +10,7 @@ commands = pytest mock_api_tests ../generic_mock_api_tests # pylint - pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" + pip install azure-pylint-guidelines-checker==0.5.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" python ../../../eng/scripts/ci/run_pylint.py -t unbranded -s "generated" {posargs} # mypy @@ -33,7 +33,7 @@ commands = deps= -r requirements.txt commands = - pip install azure-pylint-guidelines-checker==0.5.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" + pip install azure-pylint-guidelines-checker==0.5.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" python ../../../eng/scripts/ci/run_pylint.py -t unbranded -s "generated" {posargs} [testenv:mypy]