diff options
Diffstat (limited to 'test/sanity/code-smell/package-data.requirements.txt')
-rw-r--r-- | test/sanity/code-smell/package-data.requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/sanity/code-smell/package-data.requirements.txt b/test/sanity/code-smell/package-data.requirements.txt index ce0fb9c..4faee33 100644 --- a/test/sanity/code-smell/package-data.requirements.txt +++ b/test/sanity/code-smell/package-data.requirements.txt @@ -1,10 +1,10 @@ # 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 +antsibull-changelog==0.26.0 +build==1.1.1 docutils==0.18.1 -Jinja2==3.1.2 -MarkupSafe==2.1.3 -packaging==23.2 +Jinja2==3.1.3 +MarkupSafe==2.1.5 +packaging==24.0 pyproject_hooks==1.0.0 PyYAML==6.0.1 resolvelib==1.0.1 @@ -13,5 +13,5 @@ semantic-version==2.10.0 setuptools==66.1.0 tomli==2.0.1 types-docutils==0.18.3 -typing_extensions==4.8.0 -wheel==0.41.2 +typing_extensions==4.10.0 +wheel==0.43.0 |