Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
uses: exasol/python-toolbox/.github/actions/python-environment@1.0.1
with:
python-version: "3.10"
poetry-version: '1.8.2'
poetry-version: '2.1.2'
- name: Run pytest
run: poetry run pytest
env: # Set the secret as an env variable
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
fetch-depth: 0

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0

uses: exasol/python-toolbox/.github/actions/python-environment@1.0.1
with:
python-version: "3.10"
poetry-version: '2.1.2'
- name: Check Version(s)
run: |
poetry run version-check exasol_script_languages_container_ci_setup/version.py
Expand All @@ -34,10 +36,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.15.0
uses: exasol/python-toolbox/.github/actions/python-environment@1.0.1
with:
python-version: ${{ matrix.python-version }}

poetry-version: '2.1.2'
- name: Run Unit Tests
run: poetry run nox -s test:unit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
uses: exasol/python-toolbox/.github/actions/python-environment@1.0.1
with:
python-version: "3.10"
poetry-version: '1.8.2'
poetry-version: '2.1.2'

- name: Build Artifacts
run: poetry build
Expand Down
4 changes: 4 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Unreleased

## Internal

- relocked poetry dependencies to fix CVE-2025-43859 (transitive dependency `h11`)
Loading
Loading