Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Replace ansible with ansible-core as dependency #115

Merged
merged 1 commit into from
Dec 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# pip-compile --output-file=constraints.txt setup.cfg
#
ansible==5.0.1
# via ansible-schemas (setup.cfg)
ansible-core==2.12.1
# via ansible
# via ansible-schemas (setup.cfg)
ansible-lint==5.3.1
# via ansible-schemas (setup.cfg)
attrs==21.2.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ setup_requires =

# These are required in actual runtime:
install_requires =
ansible>=3.1.0
ansible-lint>=5.0.5
ansible-core>=2.12.1
ansible-lint>=5.3.1
jsonschema>=3.2.0
packaging>=20.9
pydantic>=1.8.1
Expand Down