Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit bbe1784

Browse files
authored
Merge pull request #105 from tobiashuste/update-python-deps
chore: update all Python dependencies
2 parents 5d87fa1 + 149e30d commit bbe1784

2 files changed

Lines changed: 572 additions & 453 deletions

File tree

Pipfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ url = "https://pypi.org/simple"
99
verify_ssl = true
1010

1111
[dev-packages]
12-
yamllint = "~=1.29.0"
13-
ansible-lint = "~=6.11.0"
14-
molecule = "~=5.0.0"
12+
yamllint = "~=1.32.0"
13+
ansible-lint = "~=6.17.2"
14+
molecule = "~=5.1.0"
1515
molecule-plugins = {extras = ["podman"], version = "~=23.4.1"}
16-
reuse = "~=1.1.0"
16+
reuse = "~=2.1.0"
1717

1818
[packages]
19-
ansible = "~=7.5.0"
19+
ansible = "~=8.2.0"
2020

2121
[requires]
2222
python_version = "3.11"

0 commit comments

Comments
 (0)