Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
build(GALAXY): dependency changes for ansible core
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Sep 18, 2023
1 parent c72c431 commit 8df50e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ python = '^{{ cookiecutter._GITHUB_CI_DEFAULT_PYTHON_VERSIONS | first }}'
[tool.poetry.group.dev]
[tool.poetry.group.dev.dependencies]
ansible = '^8.0.0'
ansible-core = '!=2.15.3'
commitizen = '^3.0.0'
pre-commit = '^3.1.1'

Expand Down
6 changes: 5 additions & 1 deletion {{cookiecutter.project_slug}}/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
collections: []
collections:
- name: community.docker
version: ">=3.4.8"
- name: community.general
version: ">=6.3.0"
roles: []

0 comments on commit 8df50e7

Please sign in to comment.