Skip to content

Commit

Permalink
[DCK] Update obsolete ansible core version
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Jan 22, 2025
1 parent f163d41 commit e352fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ RUN dnf install -y \
&& dnf clean all \
&& sync
RUN pip install --no-cache-dir --upgrade "poetry==1.8.3"
RUN pip install --no-cache-dir ansible-core==2.12.10
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "BOOST-1.0"
python = "^3.9"
plumbum = "^1.6.9"

[tool.poetry.dev-dependencies]
[poetry.group.dev.dependencies]
black = {version = "^20.8b1", allow-prereleases = true}
flake8 = "^3.8.4"
plumbum = "^1.6.9"
Expand Down

0 comments on commit e352fec

Please sign in to comment.