From 7075fa36a114a32f58f7e94f832c619f094ffec5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 28 Mar 2022 22:24:29 +0200 Subject: [PATCH] Bump requirements for antsibull to 0.42.0 (which depends on antsibull-changelog >= 0.14.0). (#77362) --- docs/docsite/known_good_reqs.txt | 2 +- docs/docsite/requirements.txt | 2 +- test/lib/ansible_test/_data/requirements/sanity.changelog.txt | 2 +- test/sanity/code-smell/docs-build.requirements.txt | 4 ++-- test/sanity/code-smell/package-data.requirements.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt index 84e419e7545..6b440d6b435 100644 --- a/docs/docsite/known_good_reqs.txt +++ b/docs/docsite/known_good_reqs.txt @@ -4,7 +4,7 @@ # test/sanity/code-smell/docs-build.requirements.txt # test/sanity/code-smell/rstcheck.requirements.txt -antsibull == 0.41.0 +antsibull == 0.42.0 # sphinx 4.2.0 requires docutils < 0.18 docutils == 0.17.1 jinja2 == 3.0.3 diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt index 180185af7c8..8991b56b00a 100644 --- a/docs/docsite/requirements.txt +++ b/docs/docsite/requirements.txt @@ -3,7 +3,7 @@ # if you want known good versions of these dependencies # use known_good_reqs.txt instead -antsibull >= 0.41.0 +antsibull >= 0.42.0 docutils jinja2 pygments >= 2.10.0 diff --git a/test/lib/ansible_test/_data/requirements/sanity.changelog.txt b/test/lib/ansible_test/_data/requirements/sanity.changelog.txt index b378b5f375d..b429b639f13 100644 --- a/test/lib/ansible_test/_data/requirements/sanity.changelog.txt +++ b/test/lib/ansible_test/_data/requirements/sanity.changelog.txt @@ -1,5 +1,5 @@ # edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog -antsibull-changelog==0.12.0 +antsibull-changelog==0.14.0 docutils==0.17.1 packaging==21.2 pyparsing==2.4.7 diff --git a/test/sanity/code-smell/docs-build.requirements.txt b/test/sanity/code-smell/docs-build.requirements.txt index 090276231c1..57fd4abe5c5 100644 --- a/test/sanity/code-smell/docs-build.requirements.txt +++ b/test/sanity/code-smell/docs-build.requirements.txt @@ -4,8 +4,8 @@ aiohttp==3.8.0 aiosignal==1.2.0 alabaster==0.7.12 ansible-pygments==0.1.0 -antsibull==0.41.0 -antsibull-changelog==0.12.0 +antsibull==0.42.0 +antsibull-changelog==0.14.0 async-timeout==4.0.1 asyncio-pool==0.5.2 attrs==21.2.0 diff --git a/test/sanity/code-smell/package-data.requirements.txt b/test/sanity/code-smell/package-data.requirements.txt index 8b08b9a34e1..c3caa7fcdcb 100644 --- a/test/sanity/code-smell/package-data.requirements.txt +++ b/test/sanity/code-smell/package-data.requirements.txt @@ -1,5 +1,5 @@ # edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data -antsibull-changelog==0.12.0 +antsibull-changelog==0.14.0 docutils==0.17.1 Jinja2==3.0.3 MarkupSafe==2.0.1