Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -15,7 +15,7 @@ workflows:
run: >
poetry run -- nox -s test:integration -- -s --coverage
--backend=${{ matrix.backend }}
--db-version ${{ matrix.exasol-version }}
--db-version all
Comment thread
kratz00 marked this conversation as resolved.
Outdated
env:
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
SAAS_ACCOUNT_ID: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}
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