From 4e4cf64866056751f8b37586df9e1d2c60d5a4dd Mon Sep 17 00:00:00 2001 From: tracyboehrer Date: Thu, 23 May 2024 11:10:10 -0500 Subject: [PATCH 1/3] Update botbuilder-python-ci.yml for Azure Pipelines --- pipelines/botbuilder-python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/botbuilder-python-ci.yml b/pipelines/botbuilder-python-ci.yml index 8d55cd230..acb3ea2d5 100644 --- a/pipelines/botbuilder-python-ci.yml +++ b/pipelines/botbuilder-python-ci.yml @@ -60,7 +60,7 @@ jobs: pip install -r ./libraries/botbuilder-ai/tests/requirements.txt pip install coveralls pip install pylint==2.17 - pip install black==22.3.0 + pip install black==24.3.0 displayName: 'Install dependencies' - script: 'black --check libraries' From 8bc698f96113b8361445fe187fa711e1ab0a877b Mon Sep 17 00:00:00 2001 From: tracyboehrer Date: Thu, 23 May 2024 11:17:13 -0500 Subject: [PATCH 2/3] Update botbuilder-python-ci.yml for Azure Pipelines --- pipelines/botbuilder-python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/botbuilder-python-ci.yml b/pipelines/botbuilder-python-ci.yml index acb3ea2d5..7a58ff339 100644 --- a/pipelines/botbuilder-python-ci.yml +++ b/pipelines/botbuilder-python-ci.yml @@ -60,7 +60,7 @@ jobs: pip install -r ./libraries/botbuilder-ai/tests/requirements.txt pip install coveralls pip install pylint==2.17 - pip install black==24.3.0 + pip install black==24.4.3 displayName: 'Install dependencies' - script: 'black --check libraries' From 6a63f1669128fa7795e4f860464b9517985429b0 Mon Sep 17 00:00:00 2001 From: tracyboehrer Date: Thu, 23 May 2024 11:20:41 -0500 Subject: [PATCH 3/3] Update botbuilder-python-ci.yml for Azure Pipelines --- pipelines/botbuilder-python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/botbuilder-python-ci.yml b/pipelines/botbuilder-python-ci.yml index 7a58ff339..6460bb907 100644 --- a/pipelines/botbuilder-python-ci.yml +++ b/pipelines/botbuilder-python-ci.yml @@ -60,7 +60,7 @@ jobs: pip install -r ./libraries/botbuilder-ai/tests/requirements.txt pip install coveralls pip install pylint==2.17 - pip install black==24.4.3 + pip install black==24.4.2 displayName: 'Install dependencies' - script: 'black --check libraries'