Skip to content

Commit 33d92ef

Browse files
committed
Prepare release 6.1.1
1 parent f9cdbdb commit 33d92ef

7 files changed

Lines changed: 38 additions & 13 deletions

File tree

.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==6.1.0
42+
pip install exasol-toolbox==6.1.1
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_6.1.1.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# 6.1.1 - 2026-03-18
2+
3+
## Summary
4+
5+
## Security Issues
6+
7+
* #748: Updated dependency to `black`
8+
9+
## Refactorings
10+
11+
* #752: Updated upload-artifact from v6 to v7 and download-artifact from v7 to v8
12+
* #750: Updated dependency `pip-audit`
13+
14+
## Dependency Updates
15+
16+
### `main`
17+
18+
* Updated dependency `bandit:1.9.3` to `1.9.4`
19+
* Updated dependency `black:25.12.0` to `26.3.1`
20+
* Updated dependency `coverage:7.13.1` to `7.13.4`
21+
* Updated dependency `import-linter:2.9` to `2.11`
22+
* Updated dependency `nox:2025.11.12` to `2026.2.9`
23+
* Updated dependency `pip-audit:2.9.0` to `2.10.0`
24+
* Updated dependency `pip-licenses:5.5.0` to `5.5.1`
25+
* Updated dependency `pylint:4.0.4` to `4.0.5`
26+
* Updated dependency `ruff:0.14.13` to `0.14.14`
27+
* Updated dependency `sphinxcontrib-mermaid:2.0.0` to `2.0.1`
28+
* Updated dependency `typer:0.21.1` to `0.24.1`
29+
30+
### `dev`
31+
32+
* Updated dependency `cookiecutter:2.6.0` to `2.7.1`

doc/changes/unreleased.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
# Unreleased
22

33
## Summary
4-
5-
## Security Issues
6-
7-
* #748: Updated dependency to `black`
8-
9-
## Refactorings
10-
11-
* #752: Updated upload-artifact from v6 to v7 and download-artifact from v7 to v8
12-
* #750: Updated dependency `pip-audit`

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.

project-template/cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author_email": "opensource@exasol.com",
1010
"project_short_tag": "",
1111
"python_version_min": "3.10",
12-
"exasol_toolbox_version_range": ">=6.1.0,<7",
12+
"exasol_toolbox_version_range": ">=6.1.1,<7",
1313
"license_year": "{% now 'utc', '%Y' %}",
1414
"__repo_name_slug": "{{cookiecutter.package_name}}",
1515
"__package_name_slug": "{{cookiecutter.package_name}}",

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 = "6.1.0"
3+
version = "6.1.1"
44
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
55
authors = [
66
{ name = "Nicola Coretti", email = "nicola.coretti@exasol.com" },

0 commit comments

Comments
 (0)