Skip to content

Commit 6df2822

Browse files
committed
set pyup to only update minor for testing packages
This is to prevent unnecessarily frequent pyup pull requests for packages like pytest. pyup supports checking minor updates only.
1 parent e9deab9 commit 6df2822

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

requirements_dev.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
pip==18.1
1+
pip==18.1 # pyup: update minor
22
-e .
33

4-
bumpversion==0.5.3
5-
wheel==0.32.2
6-
cryptography==2.3.1
4+
bumpversion==0.5.3 # pyup: update minor
5+
wheel==0.32.2 # pyup: update minor
6+
cryptography==2.3.1 # pyup: update minor
77
psycopg2-binary==2.7.5
88
sanic==0.8.3
99
aiohttp==3.4.4
@@ -12,18 +12,18 @@ async_generator==1.10
1212
quart==0.6.7;python_version>="3.6"
1313

1414
# tests
15-
coverage==4.5.1
16-
flake8==3.5.0
17-
tox==3.5.2
18-
pytest==3.9.1
19-
pytest-runner==4.2
20-
pytest-asyncio==0.9.0
21-
pytest-tornado==0.5.0
22-
pytest-mock==1.10.0
23-
pytest-cov==2.6.0
15+
coverage==4.5.1 # pyup: update minor
16+
flake8==3.5.0 # pyup: update minor
17+
tox==3.5.2 # pyup: update minor
18+
pytest==3.9.1 # pyup: update minor
19+
pytest-runner==4.2 # pyup: update minor
20+
pytest-asyncio==0.9.0 # pyup: update minor
21+
pytest-tornado==0.5.0 # pyup: update minor
22+
pytest-mock==1.10.0 # pyup: update minor
23+
pytest-cov==2.6.0 # pyup: update minor
2424

2525
# docs
26-
Sphinx==1.8.1
27-
Pygments==2.2.0
28-
sphinxcontrib-asyncio==0.2.0
29-
sphinx-rtd-theme==0.4.2
26+
Sphinx==1.8.1 # pyup: update minor
27+
Pygments==2.2.0 # pyup: update minor
28+
sphinxcontrib-asyncio==0.2.0 # pyup: update minor
29+
sphinx-rtd-theme==0.4.2 # pyup: update minor

0 commit comments

Comments
 (0)