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
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: poetry run -- nox -s lint:code

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: lint-python${{ matrix.python-version }}
path: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: poetry run -- nox -s lint:security

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: security-python${{ matrix.python-version }}
path: .security.json
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: poetry run -- nox -s test:unit -- --coverage

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: coverage-python${{ matrix.python-version }}-fast
path: .coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
poetry run -- nox -s docs:multiversion

- name: Deploy
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: .html-documentation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/actions/python-environment

- name: Download Artifacts
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
path: ./artifacts

Expand All @@ -41,7 +41,7 @@ jobs:
run: poetry run -- nox -s project:report -- --format json | tee metrics.json

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: metrics.json
path: metrics.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: poetry run -- nox -s test:integration -- --coverage --db-version ${{ matrix.exasol-version }}

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: coverage-python${{ matrix.python-version }}-slow
path: .coverage
Expand Down
6 changes: 3 additions & 3 deletions exasol/toolbox/templates/github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: poetry run -- nox -s lint:code

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: lint-python${{ matrix.python-version }}
path: |
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: poetry run -- nox -s lint:security

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: security-python${{ matrix.python-version }}
path: .security.json
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
run: poetry run -- nox -s test:unit -- --coverage

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: coverage-python${{ matrix.python-version }}-fast
path: .coverage
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
poetry run -- nox -s docs:multiversion

- name: Deploy
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: .html-documentation
Expand Down
4 changes: 2 additions & 2 deletions exasol/toolbox/templates/github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: exasol/python-toolbox/.github/actions/[email protected]

- name: Download Artifacts
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
path: ./artifacts

Expand All @@ -41,7 +41,7 @@ jobs:
run: poetry run -- nox -s project:report -- --format json | tee metrics.json

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: metrics.json
path: metrics.json
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: poetry run -- nox -s test:integration -- --coverage --db-version ${{ matrix.exasol-version }}

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: coverage-python${{ matrix.python-version }}-slow
path: .coverage
Expand Down
473 changes: 245 additions & 228 deletions poetry.lock

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ keywords = [
]

[tool.poetry]
requires-poetry = ">=2.1.0"
packages = [
{ include = "exasol" },
]
Expand All @@ -29,11 +30,11 @@ include = [
]

[poetry.urls]
"Homepage" = "https://www.exasol.com/"
"Documentation" = "https://exasol.github.io/python-toolbox/"
"Source" = "https://github.com/exasol/python-toolbox"
"Issues" = "https://github.com/exasol/python-toolbox/issues"
"Changelog" = "https://exasol.github.io/python-toolbox/changelog.html"
Homepage = "https://www.exasol.com/"
Documentation = "https://exasol.github.io/python-toolbox/"
Source = "https://github.com/exasol/python-toolbox"
Issues = "https://github.com/exasol/python-toolbox/issues"
Changelog = "https://exasol.github.io/python-toolbox/changelog.html"

[tool.poetry.dependencies]
python = "^3.9"
Expand All @@ -42,7 +43,7 @@ coverage = ">=6.4.4,<8.0.0"
furo = ">=2022.9.15"
importlib-resources = ">=5.12.0"
import-linter = "^2.0"
isort = "^5.12.0"
isort = "^6.0.1"
mypy = ">=0.971"
myst-parser = ">=2.0.0,<4"
nox = ">=2022.8.7"
Expand All @@ -67,10 +68,7 @@ pip-audit = "^2.7.3"
autoimport = "^1.4.0"

[build-system]
requires = [
"poetry>=2.0.0",
"poetry-core"
]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

# Tooling
Expand Down