Skip to content

Commit

Permalink
Merge pull request #29 from DonGiovanni83/fix/pipenv
Browse files Browse the repository at this point in the history
Update pipenv dependencies
  • Loading branch information
DonGiovanni83 authored Nov 7, 2023
2 parents 78f092b + 44f937b commit ea1b8dd
Show file tree
Hide file tree
Showing 2 changed files with 593 additions and 495 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name = "pypi"
[packages]
ansible = "==8.2.0"
molecule = "<6"
antsibull-docs = "==2.3.1"
antsibull-docs = "==2.5.0"
coverage = "==6.5.0"
# See current bug https://github.com/ansible-community/molecule-plugins/issues/176
molecule-plugins = {extras = ["vagrant"], git = "https://github.com/ansible-community/molecule-plugins.git"}

[requires]
python_version = "3.10"
molecule-plugins = {extras = ["vagrant"], version = "==23.5.0"}
pytest = "==7.4.3"
pytest-forked = "==1.6.0"
pytest-xdist = "==3.3.1"
pyyaml = "==6.0.1"
Loading

0 comments on commit ea1b8dd

Please sign in to comment.