From 7341e644dfa8f57fc16b0ef934fa0a2de44d499b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 19 Oct 2024 21:25:16 +0200 Subject: [PATCH] Depend on antsibull-changelog 0.31.0+. --- .github/workflows/antsibull-build.yml | 4 ++-- changelogs/fragments/638-reformat.yml | 1 + pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/antsibull-build.yml b/.github/workflows/antsibull-build.yml index c8016f67..dceab4f5 100644 --- a/.github/workflows/antsibull-build.yml +++ b/.github/workflows/antsibull-build.yml @@ -28,10 +28,10 @@ jobs: - name: Ansible 8 options: '-e antsibull_ansible_version=8.99.0' python: '3.9' - antsibull_changelog_ref: 0.24.0 + antsibull_changelog_ref: 0.31.0 antsibull_core_ref: main antsibull_docs_parser_ref: 1.1.0 - antsibull_docutils_ref: 1.0.0 # isn't used by antsibull-changelog 0.24.0 + antsibull_docutils_ref: 1.0.0 antsibull_fileutils_ref: main - name: Ansible 9 options: '-e antsibull_ansible_version=9.99.0' diff --git a/changelogs/fragments/638-reformat.yml b/changelogs/fragments/638-reformat.yml index e7ca79bb..452ca32a 100644 --- a/changelogs/fragments/638-reformat.yml +++ b/changelogs/fragments/638-reformat.yml @@ -2,3 +2,4 @@ minor_changes: - "Add a subcommand ``reformat-build-data`` which reformats the changelog.yaml file (https://github.com/ansible-community/antsibull-build/pull/638)." - "Adjust the changelog config so that changelog.yaml has a nicer order and nicer layout (https://github.com/ansible-community/antsibull-build/pull/638)." - "Add changelog.yaml linting to ``lint-build-data`` (https://github.com/ansible-community/antsibull-build/pull/638)." + - "Now depends on antsibull-changelog >= 0.31.0 (https://github.com/ansible-community/antsibull-build/pull/638)." diff --git a/pyproject.toml b/pyproject.toml index 16a87b05..fb91fb13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "antsibull-changelog >= 0.24.0", + "antsibull-changelog >= 0.31.0", "antsibull-core >= 3.1.0, < 4.0.0", "antsibull-docs-parser >= 1.1.0, < 2.0.0", "antsibull-fileutils >= 1.0.0, < 2.0.0",