diff options
Diffstat (limited to 'test/sanity/code-smell/package-data.requirements.txt')
-rw-r--r-- | test/sanity/code-smell/package-data.requirements.txt | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/test/sanity/code-smell/package-data.requirements.txt b/test/sanity/code-smell/package-data.requirements.txt index ce0fb9cf..b66079d0 100644 --- a/test/sanity/code-smell/package-data.requirements.txt +++ b/test/sanity/code-smell/package-data.requirements.txt @@ -1,17 +1,18 @@ # edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data -antsibull-changelog==0.23.0 -build==1.0.3 -docutils==0.18.1 +# pre-build requirement: pyyaml == 6.0 +# pre-build constraint: Cython < 3.0 +antsibull-changelog==0.16.0 +build==0.10.0 +docutils==0.17.1 Jinja2==3.1.2 -MarkupSafe==2.1.3 -packaging==23.2 +MarkupSafe==2.1.1 +packaging==21.3 pyproject_hooks==1.0.0 -PyYAML==6.0.1 -resolvelib==1.0.1 -rstcheck==5.0.0 +pyparsing==3.0.9 +PyYAML==6.0 +resolvelib==0.8.1 +rstcheck==3.5.0 semantic-version==2.10.0 -setuptools==66.1.0 +setuptools==45.2.0 tomli==2.0.1 -types-docutils==0.18.3 -typing_extensions==4.8.0 -wheel==0.41.2 +wheel==0.41.0 |