From a73f3d61d0c57e479e16449151a45bd5734e2708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 14:41:11 +0000 Subject: [PATCH 1/2] build(deps-dev): bump boto3-stubs from 1.43.10 to 1.43.14 Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.43.10 to 1.43.14. - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: boto3-stubs dependency-version: 1.43.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d00d2c4c..cc5d226d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -140,14 +140,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.43.10" -description = "Type annotations for boto3 1.43.10 generated with mypy-boto3-builder 8.12.0" +version = "1.43.14" +description = "Type annotations for boto3 1.43.14 generated with mypy-boto3-builder 8.12.0" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "boto3_stubs-1.43.10-py3-none-any.whl", hash = "sha256:0ce5dec421a45ef1b8ddd32e68d0b8bb78ea7447c5ddf8231420ccaa6e71e0f5"}, - {file = "boto3_stubs-1.43.10.tar.gz", hash = "sha256:05575658b827e7a12a45629e1a987317e1e679dccabe5ebde5a2101528c76cf8"}, + {file = "boto3_stubs-1.43.14-py3-none-any.whl", hash = "sha256:9cb47a627714aa1c4a41ddf6320be7d10b3eaae9748459cd8f71659a7d8020ca"}, + {file = "boto3_stubs-1.43.14.tar.gz", hash = "sha256:18f3d402cf811d638c8fcb3cd935d0e459753db5cbfa3d37b7d25d7dfde2cb20"}, ] [package.dependencies] @@ -208,7 +208,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.43.0,<1.44.0)"] billing = ["mypy-boto3-billing (>=1.43.0,<1.44.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.43.0,<1.44.0)"] -boto3 = ["boto3 (==1.43.10)"] +boto3 = ["boto3 (==1.43.14)"] braket = ["mypy-boto3-braket (>=1.43.0,<1.44.0)"] budgets = ["mypy-boto3-budgets (>=1.43.0,<1.44.0)"] ce = ["mypy-boto3-ce (>=1.43.0,<1.44.0)"] From 61725f27482c5ea598a7b24a9b5cdf3e320a8399 Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Wed, 27 May 2026 17:33:23 +0200 Subject: [PATCH 2/2] Adapt `git-cliff` configuration Signed-off-by: Tobias Wolf On-behalf-of: SAP --- cliff.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cliff.toml b/cliff.toml index 9ef8bdfc..1f31992f 100644 --- a/cliff.toml +++ b/cliff.toml @@ -37,11 +37,12 @@ footer = """ {%- macro remote_url() -%} https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }} {%- endmacro -%} +## Compare to previous version {% for release in releases -%} {% if release.version -%} {% if release.previous.version -%} - [{{ release.version | trim_start_matches(pat="v") }}]: \ + [{{ release.previous.version | trim_start_matches(pat="v") }}]: \ {{ self::remote_url() }}/compare/{{ release.previous.version }}...{{ release.version }} {% endif -%} {% else -%} @@ -77,8 +78,3 @@ commit_parsers = [ ] # Prevent commits that are breaking from being excluded by commit parsers. filter_commits = false -# Order releases topologically instead of chronologically. -topo_order = true -# Order of commits in each group/release within the changelog. -# Allowed values: newest, oldest -sort_commits = "oldest"