Merge "test-requirements: bump to Ansible 2.8"

This commit is contained in:
Zuul 2022-09-26 16:16:01 +00:00 committed by Gerrit Code Review
commit 0a58b95730
1 changed files with 8 additions and 7 deletions

View File

@ -3,13 +3,11 @@
# process, which may cause wedges in the gate later.
# We need to pin the ansible version directly here; per the
# deprecation policy it should trail the version used by Zuul by 4
# weeks to give people time to update before these roles start
# depending on new features. Also note we can't just include zuul
# here to pull in ansible anyway; pip doesn't actually have a
# dependency solver and the uncapped ansible requirement from
# ansible-lint pull in the latest version.
ansible>=2.7,<2.8 # https://review.opendev.org/#/c/727157/
# deprecation policy it should trail the lowest version used by Zuul
# by 4 weeks to give people time to update before any roles start
# depending on new features.
ansible>=2.8,<2.9
stestr>=1.0.0,<3.0.0;python_version<'3.5' # Apache-2.0
stestr>=1.0.0;python_version>='3.5' # Apache-2.0
@ -53,3 +51,6 @@ mock;python_version<'3.3'
# voluptuous dropped support for py27
voluptuous<0.13.0;python_version=='2.7'
# for remove-zuul-sshkey
paramiko