Skip to content

Commit eab9256

Browse files
committed
Unpin specific versions od packages in requirements files to match Pipfille ones and prevent constant pyup-bot pull requests.
1 parent 8963956 commit eab9256

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kaptan>=0.5.10
22
libtmux==0.8.0
33
click>=7<8
4-
colorama==0.3.9
4+
colorama>=0.3.9

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
isort==4.3.4
2-
flake8==3.5.0
3-
vulture==0.29
1+
isort>=4.3.4
2+
flake8>=3.5.0
3+
vulture>=0.29

requirements/doc.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-r ./base.txt
2-
docutils==0.14
3-
sphinx==1.8.1
4-
alagitpull==0.0.21
5-
releases==1.6.1
6-
aafigure==0.6
7-
sphinxcontrib-napoleon==0.7
8-
doc8==0.8.0
2+
docutils>=0.14
3+
sphinx>=1.8.1
4+
alagitpull>=0.0.21
5+
releases>=1.6.1
6+
aafigure>=0.6
7+
sphinxcontrib-napoleon>=0.7
8+
doc8>=0.8.0

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==3.9.1
2-
pytest-rerunfailures==4.2
1+
pytest>=3.9.1
2+
pytest-rerunfailures>=4.2

0 commit comments

Comments
 (0)