Skip to content

Commit ce0dbae

Browse files
committed
Updated PTB to version 6.2.0 (fixes #288)
Signed-off-by: Steffen Pankratz <steffen.pankratz@exasol.com>
1 parent c6a24e4 commit ce0dbae

6 files changed

Lines changed: 366 additions & 355 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slow-checks.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.workflow-patcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workflows:
1515
run: >
1616
poetry run -- nox -s test:integration -- -s --coverage
1717
--backend=${{ matrix.backend }}
18-
--db-version ${{ matrix.exasol-version }}
18+
--db-version all
1919
env:
2020
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
2121
SAAS_ACCOUNT_ID: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}

doc/changes/unreleased.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ This release fixes vulnerabilities by updating transitive dependencies in the `p
1515

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

18+
## Refactoring
19+
20+
* #288: Updated to latest PTB 6.2.0, regenerated workflows and updated .workflow-patcher.yml
21+
1822
## Security Issues
1923

2024
* #284: Fixed vulnerabilities by re-locking transitive dependencies & updated:

0 commit comments

Comments
 (0)