Skip to content

Commit

Permalink
chore: update Poetry to 1.5.1 (last version supporting Python 3.7) (#310
Browse files Browse the repository at this point in the history
)
  • Loading branch information
artemrys authored Sep 26, 2023
1 parent fcddf77 commit 5e83046
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 51 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- run: |
poetry install
poetry run pytest tests/unit
Expand All @@ -105,7 +105,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.7
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- name: Install Splunk
run: |
export SPLUNK_PRODUCT=splunk
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- run: |
poetry build
- id: semantic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.7
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- run: |
poetry install
poetry run mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Splunk Solutions SDK is an open source packaged solution for getting data into S
This SDK is used by Splunk Add-on builder, and Splunk UCC based add-ons and is intended for use by partner
developers. This SDK/Library extends the Splunk SDK for Python.

> Note: this project uses `poetry` 1.4.2.
> Note: this project uses `poetry` 1.5.1.
Loading

0 comments on commit 5e83046

Please sign in to comment.