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

Commit

Permalink
Merge pull request #105 from tobiashuste/update-python-deps
Browse files Browse the repository at this point in the history
chore: update all Python dependencies
  • Loading branch information
tobiashuste authored Jul 31, 2023
2 parents 5d87fa1 + 149e30d commit bbe1784
Show file tree
Hide file tree
Showing 2 changed files with 572 additions and 453 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
yamllint = "~=1.29.0"
ansible-lint = "~=6.11.0"
molecule = "~=5.0.0"
yamllint = "~=1.32.0"
ansible-lint = "~=6.17.2"
molecule = "~=5.1.0"
molecule-plugins = {extras = ["podman"], version = "~=23.4.1"}
reuse = "~=1.1.0"
reuse = "~=2.1.0"

[packages]
ansible = "~=7.5.0"
ansible = "~=8.2.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit bbe1784

Please sign in to comment.