Skip to content

Commit

Permalink
Update dependencies on top of 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Feb 14, 2025
1 parent e3eb4d1 commit eb0b559
Show file tree
Hide file tree
Showing 11 changed files with 556 additions and 321 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

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

- name: Build Artifacts
run: poetry build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

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

- name: Check Tag Version
# make sure the pushed/created tag matched the project version
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

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

- name: Check Version(s)
run: |
Expand All @@ -36,6 +38,8 @@ jobs:

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

- name: Build Documentation
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

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

- name: Build Documentation
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/matrix-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

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

- name: Generate matrix
run: poetry run nox -s matrix:all
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/matrix-exasol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

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

- name: Generate matrix
run: poetry run nox -s matrix:exasol
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/matrix-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

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

- name: Generate matrix
run: poetry run nox -s matrix:python
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

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

- name: Download Artifacts
uses: actions/download-artifact@v4.1.8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
with:
python-version: ${{ matrix.python-version }}
poetry-version: 2.0.1

- name: Install via apt
run: sudo apt-get install unixodbc unixodbc-dev libboost-date-time-dev libboost-locale-dev libboost-system-dev
Expand Down
856 changes: 536 additions & 320 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ exclude = []


[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.9.2,<4.0"
packaging = ">=21.3"
pyexasol = ">=0.26.0,<1"
sqlalchemy = ">=1.4,<2"
Expand Down

0 comments on commit eb0b559

Please sign in to comment.