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
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.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/check-release-tag.yml

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

38 changes: 8 additions & 30 deletions .github/workflows/checks.yml

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

7 changes: 7 additions & 0 deletions .github/workflows/ci.yml

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

6 changes: 3 additions & 3 deletions .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/matrix-python.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/merge-gate.yml

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

18 changes: 1 addition & 17 deletions .github/workflows/report.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v6
uses: exasol/python-toolbox/.github/actions/python-environment@v7
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
poetry-version: "2.3.0"

- name: Run Integration Tests
Expand Down
15 changes: 5 additions & 10 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@

## Summary

This release fixes vulnerabilities by updating dependencies:

| Dependency | Affected | Vulnerability | Fixed in | Updated to |
Comment thread
ArBridgeman marked this conversation as resolved.
|--------------|----------|----------------|----------|------------|
| black | 25.12.0 | CVE-2026-32274 | 26.3.1 | 26.3.1 |
| cryptography | 46.0.4 | CVE-2026-26007 | 46.0.5 | 46.0.6 |
| cryptography | 46.0.4 | CVE-2026-34073 | 46.0.6 | 46.0.6 |
| pygments | 2.19.2 | CVE-2026-4539 | 2.20.0 | 2.20.0 |
| requests | 2.32.5 | CVE-2026-25645 | 2.33.0 | 2.33.1 |

## Security Issues

* #76: Fixed vulnerabilities by updating dependencies
* #79: Fixed vulnerabilities by updating dependencies, increased `pytest` upper limit, and updated to PTB 7.0.0

## Refactoring

* #78: Removed unneeded requests pin as pysonar removed their pinning
Comment thread
ArBridgeman marked this conversation as resolved.
Loading