This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch update-poetry-v2 in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 1fd6a60240f8d7bfd00a8b5abad8f6c755119dd7 Author: Tim <[email protected]> AuthorDate: Mon Dec 15 20:19:53 2025 +0100 chore(deps): bump poetry version --- .github/workflows/pr-validation.yml | 6 +++--- .github/workflows/pypi-deployment.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 8103b72a88..d5de6c9ec0 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -145,7 +145,7 @@ jobs: - name: Install and configure Poetry uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a with: - version: 1.5.1 + version: 2.2.1 virtualenvs-create: true virtualenvs-in-project: true @@ -181,7 +181,7 @@ jobs: - name: Install and configure Poetry uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a with: - version: 1.5.1 + version: 2.2.1 virtualenvs-create: true virtualenvs-in-project: true @@ -209,7 +209,7 @@ jobs: - name: Install and configure Poetry uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a with: - version: 1.5.1 + version: 2.2.1 virtualenvs-create: true virtualenvs-in-project: true diff --git a/.github/workflows/pypi-deployment.yml b/.github/workflows/pypi-deployment.yml index 8567b17edd..7a2617007f 100644 --- a/.github/workflows/pypi-deployment.yml +++ b/.github/workflows/pypi-deployment.yml @@ -35,7 +35,7 @@ jobs: - name: Install and configure Poetry uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a with: - version: 1.5.1 + version: 2.2.1 in-project: true prefer-active-python: true
