From 48399fba0174db6918a5081249ea1322abfa6a1c Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 19 Feb 2025 10:16:54 -0800 Subject: [PATCH 1/2] bump pylint --- 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 9c874dc5b4a..980a7808a91 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.1 --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.2 --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.1 --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.2 --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 cee1776f0a2..41aa28dad43 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.1 --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.2 --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.1 --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.2 --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] From 0125829208e94d83f17069436a0662f6323dcee9 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 19 Feb 2025 10:32:04 -0800 Subject: [PATCH 2/2] Create pylintbump-2025-1-19-18-20-53.md --- .chronus/changes/pylintbump-2025-1-19-18-20-53.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .chronus/changes/pylintbump-2025-1-19-18-20-53.md diff --git a/.chronus/changes/pylintbump-2025-1-19-18-20-53.md b/.chronus/changes/pylintbump-2025-1-19-18-20-53.md new file mode 100644 index 00000000000..e90fc4ea050 --- /dev/null +++ b/.chronus/changes/pylintbump-2025-1-19-18-20-53.md @@ -0,0 +1,8 @@ +--- +# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking +changeKind: internal +packages: + - "@typespec/http-client-python" +--- + +[http-client-python] bump pylint