Skip to content

Commit 915a52c

Browse files
committed
Copy upstream changes to requirements-dev.txt over to requirements.txt
This is where these changes belong in this repo.
1 parent 2e81581 commit 915a52c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
# jumping to another major version without testing, since there are
1313
# often breaking changes across major versions. This is the reason
1414
# for the upper bound.
15-
ansible>=8,<10
16-
# TODO: Remove this pin when possible. See
17-
# cisagov/skeleton-ansible-role#178 for more details.
18-
#
19-
# ansible-core 2.16.3 and later suffer from the bug discussed in
15+
ansible>=9,<10
16+
# ansible-core 2.16.3 through 2.16.6 suffer from the bug discussed in
2017
# ansible/ansible#82702, which breaks any symlinked files in vars,
2118
# tasks, etc. for any Ansible role installed via ansible-galaxy.
19+
# Hence we never want to install those versions.
2220
#
23-
# See also cisagov/skeleton-packer#312.
24-
ansible-core<2.16.3
21+
# Note that any changes made to this dependency must also be made in
22+
# requirements.txt in cisagov/skeleton-packer and
23+
# .pre-commit-config.yaml in cisagov/skeleton-generic.
24+
ansible-core>=2.16.7
2525
setuptools
2626
wheel

0 commit comments

Comments
 (0)