summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_data/requirements
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2020-08-06 17:49:39 +0200
committerGitHub <noreply@github.com>2020-08-06 10:49:39 -0500
commitfbfc0f99eb2562644ae73688827cfeea2aaf1045 (patch)
treec6867d76200d4c05e5b70782ca699e2117794fc2 /test/lib/ansible_test/_data/requirements
parent4e55b936132c0363e23708cfbbe5e5f53e2b5cdf (diff)
downloadansible-fbfc0f99eb2562644ae73688827cfeea2aaf1045.tar.gz
Make changelog tool be more strict about suffixes (#70909)
* Bump antsibull-changelog version. * Flag all dotfiles, except .keep and .gitkeep. * Enable ignoring other fragment extensions.
Diffstat (limited to 'test/lib/ansible_test/_data/requirements')
-rw-r--r--test/lib/ansible_test/_data/requirements/constraints.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt
index b02bcf7628..78dd5d0d7d 100644
--- a/test/lib/ansible_test/_data/requirements/constraints.txt
+++ b/test/lib/ansible_test/_data/requirements/constraints.txt
@@ -45,7 +45,7 @@ setuptools < 37 ; python_version == '2.6' # setuptools 37 and later require pyth
setuptools < 45 ; python_version == '2.7' # setuptools 45 and later require python 3.5 or later
# freeze antsibull-changelog for consistent test results
-antsibull-changelog == 0.3.1
+antsibull-changelog == 0.7.0
# freeze pylint and its requirements for consistent test results
astroid == 2.2.5