Skip to content

Commit 71d4ec1

Browse files
committed
Changed dependencies
1 parent 26f519e commit 71d4ec1

File tree

6 files changed

+124
-85
lines changed

6 files changed

+124
-85
lines changed

.github/workflows/pypi_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Python & Poetry Environment
20-
uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0
20+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
2121
with:
2222
python-version: "3.10"
2323

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0
19+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
poetry-version: '1.8.2'

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
* [unreleased](unreleased.md)
4+
* [0.3.1](changes_0.3.1.md)
45
* [0.3.0](changes_0.3.0.md)
56
* [0.2.0](changes_0.2.0.md)
67
* [0.1.0](changes_0.1.0.md)

doc/changes/changes_0.3.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# UDF Mock Python 0.3.1, released 2025-02-12
2+
3+
Code name: Dependency update.
4+
5+
## Summary
6+
7+
The release updates the dependency solving the compatibility issue with the localstack.

0 commit comments

Comments
 (0)