@@ -423,7 +423,7 @@ jobs:
423
423
if [ -f "poetry.lock" ]
424
424
then
425
425
mkdir -p package/lib || true
426
- pip install poetry==1.2.2 poetry-plugin-export==1.2 .0
426
+ pip install poetry==1.5.1 poetry-plugin-export==1.4 .0
427
427
poetry export --without-hashes -o package/lib/requirements.txt
428
428
poetry export --without-hashes --dev -o requirements_dev.txt
429
429
fi
@@ -471,7 +471,7 @@ jobs:
471
471
if [ -f "poetry.lock" ]
472
472
then
473
473
mkdir -p package/lib || true
474
- pip install poetry==1.2.2 poetry-plugin-export==1.2 .0
474
+ pip install poetry==1.5.1 poetry-plugin-export==1.4 .0
475
475
poetry export --without-hashes -o package/lib/requirements.txt
476
476
poetry export --without-hashes --dev -o requirements_dev.txt
477
477
fi
@@ -524,7 +524,7 @@ jobs:
524
524
if [ -f "poetry.lock" ]
525
525
then
526
526
echo " poetry.lock found "
527
- sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2 .0
527
+ sudo pip3 install poetry==1.5.1 poetry-plugin-export==1.4 .0
528
528
poetry lock --check
529
529
poetry export --without-hashes -o requirements.txt
530
530
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
@@ -591,7 +591,7 @@ jobs:
591
591
cp -f THIRDPARTY package/THIRDPARTY || echo "THIRDPARTY file not found (allowed for PR and schedule)"
592
592
- name : Build Package
593
593
id : uccgen
594
- uses : splunk/addonfactory-ucc-generator-action@v1
594
+ uses : splunk/addonfactory-ucc-generator-action@v2
595
595
with :
596
596
version : ${{ steps.BuildVersion.outputs.VERSION }}
597
597
- name : Slim Package
@@ -662,7 +662,7 @@ jobs:
662
662
if [ -f "poetry.lock" ]
663
663
then
664
664
echo " poetry.lock found "
665
- sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2 .0
665
+ sudo pip3 install poetry==1.5.1 poetry-plugin-export==1.4 .0
666
666
poetry export --without-hashes -o requirements.txt
667
667
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
668
668
then
@@ -991,7 +991,7 @@ jobs:
991
991
env :
992
992
PYTHON_KEYRING_BACKEND : keyring.backends.null.Keyring
993
993
run : |
994
- sudo pip3 install poetry==1.2.2
994
+ sudo pip3 install poetry==1.5.1
995
995
export POETRY_REPOSITORIES_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_URL=https://github.com/splunk/addonfactory-ucc-test.git
996
996
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_USERNAME=${{ secrets.SA_GH_USER_NAME }}
997
997
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_PASSWORD=${{ secrets.GH_TOKEN_ADMIN }}
0 commit comments