Skip to content

Commit

Permalink
Specify versions in the input for pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
daveisfera committed Dec 17, 2024
1 parent 0c3a3c7 commit 5cbf176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r requirements.txt
bottle
pytest
bottle~=0.13.0
pytest~=8.3.0
# pytest-cov 2.6.0 has increased the version requirement
# for the coverage package from >=3.7.1 to >=4.4,
# which is in conflict with the version requirement
# defined by the python-coveralls package for coverage==4.0.3
pytest-cov>=2.4.0,<2.6
pytest-cov~=2.5.0

0 comments on commit 5cbf176

Please sign in to comment.