Skip to content

Commit

Permalink
updated pipfile dependencies to use compatible release version specif…
Browse files Browse the repository at this point in the history
…iers
  • Loading branch information
andreygubarev committed May 10, 2024
1 parent 2082619 commit 8d1139c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name = "pypi"

[packages]
build = "*"
molecule = ">=5.0.0"
molecule = "~=5.0"

[dev-packages]
ansible-lint = ">=24.0.0,<25.0.0"
pycodestyle = ">=2.00.0,<3.00.0"
ansible-lint = "~=24.0"
pycodestyle = "~=2.0"

[requires]
python_version = "3.12"

0 comments on commit 8d1139c

Please sign in to comment.