Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/slow-checks.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .workflow-patcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflows:
id: run-integration-tests
run: >
poetry run -- nox -s test:integration -- -s --coverage
--backend=${{ matrix.backend }}
--backend=all
--db-version ${{ matrix.exasol-version }}
env:
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
Expand Down
4 changes: 4 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ This release fixes vulnerabilities by updating transitive dependencies in the `p

To ensure usage of secure packages, it is up to the user to similarly relock their dependencies.

## Refactoring

* #288: Updated to latest PTB 6.2.0, regenerated workflows and updated .workflow-patcher.yml

## Security Issues

* #284: Fixed vulnerabilities by re-locking transitive dependencies & updated:
Expand Down
Loading
Loading