File tree Expand file tree Collapse file tree 6 files changed +40
-18
lines changed
.github/actions/security-issues Expand file tree Collapse file tree 6 files changed +40
-18
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " exasol-toolbox"
3- version = " 1.10 .0"
3+ version = " 1.11 .0"
44requires-python = " >=3.9,<4.0"
55description = " Your one-stop solution for managing all standard tasks and core workflows of your Python project."
66authors = [
You can’t perform that action at this time.
0 commit comments