Skip to content

Commit

Permalink
Ensure we require ansible-compat>=2.1.0 (#2199)
Browse files Browse the repository at this point in the history
Fixes: #2183
  • Loading branch information
ssbarnea committed Jun 8, 2022
1 parent 7c5c220 commit 30613e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ zip_safe = False

# These are required in actual runtime:
install_requires =
ansible-compat>=2.0.4 # GPLv3
ansible-compat>=2.1.0 # GPLv3
ansible-core>=2.12.0 # GPLv3
enrich>=1.2.6
jsonschema>=4.5.1 # MIT, first version to have ordered keys in output
Expand Down

0 comments on commit 30613e0

Please sign in to comment.