Skip to content

Commit 1e628b1

Browse files
committed
Prepare release 1.11.0
1 parent 7466b0e commit 1e628b1

File tree

6 files changed

+40
-18
lines changed

6 files changed

+40
-18
lines changed

.github/actions/security-issues/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
- name: Install Python Toolbox / Security tool
4040
shell: bash
4141
run: |
42-
pip install exasol-toolbox==1.10.0
42+
pip install exasol-toolbox==1.11.0
4343
4444
- name: Create Security Issue Report
4545
shell: bash

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_1.11.0.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# 1.11.0 - 2025-10-28
2+
## Feature
3+
4+
* #494: Created check of built packages with nox session `package:check`
5+
6+
## Refactoring
7+
8+
* #578: Updated GitHub actions which now use node 24:
9+
* actions/checkout to [v5](https://github.com/actions/checkout/releases/tag/v5.0.0)
10+
* actions/download-artifact to [v6](https://github.com/actions/download-artifact/releases/tag/v6.0.0)
11+
* actions/upload-artifact to [v5](https://github.com/actions/upload-artifact/releases/tag/v5.0.0)
12+
13+
## Security
14+
15+
* #578: Resolved CVE-2024-12797 for cryptography and CVE-2025-8869 for pip by updating the lock file
16+
17+
## Dependency Updates
18+
19+
### `main`
20+
* Updated dependency `black:25.1.0` to `25.9.0`
21+
* Updated dependency `coverage:7.10.6` to `7.11.0`
22+
* Updated dependency `furo:2025.7.19` to `2025.9.25`
23+
* Updated dependency `import-linter:2.4` to `2.5.2`
24+
* Updated dependency `isort:6.0.1` to `6.1.0`
25+
* Updated dependency `mypy:1.17.1` to `1.18.2`
26+
* Updated dependency `nox:2025.5.1` to `2025.10.16`
27+
* Updated dependency `pip-licenses:5.0.0` to `5.5.0`
28+
* Updated dependency `pydantic:2.11.7` to `2.12.3`
29+
* Updated dependency `pylint:3.3.8` to `4.0.2`
30+
* Updated dependency `pysonar:1.1.0.2035` to `1.2.0.2419`
31+
* Updated dependency `pytest:8.4.1` to `8.4.2`
32+
* Updated dependency `pyupgrade:3.20.0` to `3.21.0`
33+
* Updated dependency `shibuya:2025.8.16` to `2025.10.21`
34+
* Added dependency `twine:6.2.0`
35+
* Updated dependency `typer:0.17.3` to `0.20.0`

doc/changes/unreleased.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
11
# Unreleased
2-
3-
## Feature
4-
5-
* #494: Created check of built packages with nox session `package:check`
6-
7-
## Refactoring
8-
9-
* #578: Updated GitHub actions which now use node 24:
10-
* actions/checkout to [v5](https://github.com/actions/checkout/releases/tag/v5.0.0)
11-
* actions/download-artifact to [v6](https://github.com/actions/download-artifact/releases/tag/v6.0.0)
12-
* actions/upload-artifact to [v5](https://github.com/actions/upload-artifact/releases/tag/v5.0.0)
13-
14-
## Security
15-
16-
* #578: Resolved CVE-2024-12797 for cryptography and CVE-2025-8869 for pip by updating the lock file

exasol/toolbox/version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-toolbox"
3-
version = "1.10.0"
3+
version = "1.11.0"
44
requires-python = ">=3.9,<4.0"
55
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
66
authors = [

0 commit comments

Comments
 (0)