From 5cbf176ae925ee413398bc85133889cad04c1534 Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Tue, 17 Dec 2024 14:20:37 -0700 Subject: [PATCH] Specify versions in the input for pip-compile --- requirements-dev.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 56806d35..565ddb2e 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -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