Skip to content

Commit 77b1f1c

Browse files
authored
chore: update poetry (#283)
* chore: update poetry to 1.4.2 * chore: update renovate config
1 parent b657c38 commit 77b1f1c

File tree

4 files changed

+471
-535
lines changed

4 files changed

+471
-535
lines changed

.github/workflows/build-test-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v3
77-
- run: pipx install poetry==1.1.15
77+
- run: pipx install poetry==1.4.2
7878
- uses: actions/setup-python@v4
7979
with:
8080
python-version: 3.7
@@ -97,7 +97,7 @@ jobs:
9797
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
9898
steps:
9999
- uses: actions/checkout@v3
100-
- run: pipx install poetry==1.1.15
100+
- run: pipx install poetry==1.4.2
101101
- uses: actions/setup-python@v4
102102
with:
103103
python-version: 3.7
@@ -150,7 +150,7 @@ jobs:
150150
# Very important: semantic-release won't trigger a tagged
151151
# build if this is not set false
152152
persist-credentials: false
153-
- run: pipx install poetry==1.1.15
153+
- run: pipx install poetry==1.4.2
154154
- uses: actions/setup-python@v4
155155
with:
156156
python-version: "3.7"

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Overview
2-
========
1+
# Overview
32

43
Splunk Solutions SDK is an open source packaged solution for getting data into Splunk using modular inputs.
54
This SDK is used by Splunk Add-on builder, and Splunk UCC based add-ons and is intended for use by partner
65
developers. This SDK/Library extends the Splunk SDK for Python.
6+
7+
> Note: this project uses `poetry` 1.4.2.

0 commit comments

Comments
 (0)