Skip to content

Commit

Permalink
Update requirement versions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Jun 5, 2024
1 parent 49fda15 commit 65e22d9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
52 changes: 27 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ python = "^3.10"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^24.6.0", markers = "platform_system != 'Windows'" }
ansible = "^9.5.1"
ansible = "^10.0.0"
molecule = "^24.2.1"
molecule-plugins = "^23.5.3"
netaddr = "^1.2.1"
docker = "^7.0.0"
netaddr = "^1.3.0"
docker = "^7.1.0"
yamllint = "^1.35.1"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- name: Install packages
block:
- name: Install yum packages
ansible.builtin.yum:
ansible.builtin.yum: # noqa fqcn[action-core]
name: "{{ docker_packages }}"
state: "{{ docker_packages_state }}"
when: ansible_os_family == "RedHat"
Expand Down

0 comments on commit 65e22d9

Please sign in to comment.