Skip to content

Commit

Permalink
Bump antsibull-core requirement to 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 23, 2024
1 parent 3101b50 commit 8694c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- '3.12'
antsibull_core_ref:
- main
- '3.1.0'
- '3.2.0'
antsibull_docs_parser_ref:
- main
antsibull_changelog_ref:
Expand Down
2 changes: 1 addition & 1 deletion changelogs/fragments/330-antsibull-core-pydantic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minor_changes:
- "This project now depends on antsibull-core >= 3.1.0 and pydantic 2 (https://github.com/ansible-community/antsibull-docs/pull/330)."
- "This project now depends on antsibull-core >= 3.2.0 and pydantic 2 (https://github.com/ansible-community/antsibull-docs/pull/330)."
- "When rendering the Ansible docsite with the ``stable`` and ``devel`` subcommands, information on deprecated collections is shown
(https://github.com/ansible-community/ansible-build-data/pull/450, https://github.com/ansible-community/antsibull-docs/pull/330)."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires-python = ">=3.9"
dependencies = [
"ansible-pygments",
"antsibull-changelog >= 0.24.0",
"antsibull-core >= 3.1.0, < 4.0.0",
"antsibull-core >= 3.2.0, < 4.0.0",
"antsibull-docs-parser >= 1.1.0, < 2.0.0",
"antsibull-fileutils >= 1.0.0, < 2.0.0",
"asyncio-pool",
Expand Down

0 comments on commit 8694c67

Please sign in to comment.