Skip to content

Commit

Permalink
chore(Pipfile): make package versions explicit
Browse files Browse the repository at this point in the history
- instead of accepting any version (*) accept only those versions which have a common major number (~=)
  • Loading branch information
DeutscheGabanna committed Jul 20, 2024
1 parent 53ab81a commit e2630e0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ name = "pypi"
[packages]

[dev-packages]
coverage = "*"
flake8 = "*"
coverage = "~=7.6"
flake8 = "~=7.1"
setuptools = "~=71.0"
wheel = "~=0.4"
20 changes: 19 additions & 1 deletion Pipfile.lock

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

0 comments on commit e2630e0

Please sign in to comment.