Skip to content

Commit

Permalink
Drop antsibull-core 1.x.y support. Drop direct sh dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 10, 2023
1 parent 16e8185 commit 00d3816
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
include:
- options: '--use-current --use-html-blobs --no-breadcrumbs community.crypto community.docker'
python: '3.9'
antsibull_core_ref: stable-1

steps:
- name: Check out antsibull-docs
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/122-antsibull-core-sh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- "Now depends antsibull-core 2.0.0 or newer; antsibull-core 1.x.y is no longer supported (https://github.com/ansible-community/antsibull-docs/pull/122)."
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,14 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"ansible-pygments",
"antsibull-core >= 1.2.0, < 3.0.0",
# TODO: bump to >= 2.0.0
"antsibull-core >= 2.0.0a1, < 3.0.0",
"asyncio-pool",
"docutils",
"jinja2 >= 3.0",
"packaging",
"rstcheck >= 3.0.0, < 7.0.0",
"sphinx",
# sh v2 has breaking changes.
# https://github.com/ansible-community/antsibull-core/issues/34
"sh >= 1.0.0, < 2.0.0",
# pydantic v2 is a major rewrite
"pydantic >= 1.0.0, < 2.0.0",
"semantic_version",
Expand Down

0 comments on commit 00d3816

Please sign in to comment.