Skip to content

Commit cb96a1a

Browse files
authored
Bump dev requirements (#2129)
Also re-order lexicographically. Note that I did not exhaustively test this... there could be edge cases depending on the python version. But I think we should be okay because `tox.ini` is currently testing using with unpinned versions, so I think we're already running these versions in our test suite.
1 parent 16f4867 commit cb96a1a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

requirements-dev.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
flake8==3.4.1
2-
pytest==5.4.3
3-
pytest-cov==2.10.0
1+
coveralls==2.1.2
2+
crc32c==2.1
43
docker-py==1.10.6
5-
coveralls==1.5.1
6-
Sphinx==1.6.4
7-
lz4==2.1.2
8-
xxhash==1.3.0
9-
python-snappy==0.5.3
10-
tox==3.5.3
11-
mock==3.0.5
12-
pylint==2.5.3
4+
flake8==3.8.3
5+
lz4==3.1.0
6+
mock==4.0.2
7+
py==1.9.0
8+
pylint==2.6.0
9+
pytest==6.0.2
10+
pytest-cov==2.10.1
11+
pytest-mock==3.3.1
1312
pytest-pylint==0.17.0
14-
pytest-mock==1.10.0
15-
sphinx-rtd-theme==0.2.4
16-
crc32c==2.1
17-
py==1.8.0
13+
python-snappy==0.5.4
14+
Sphinx==3.2.1
15+
sphinx-rtd-theme==0.5.0
16+
tox==3.20.0
17+
xxhash==2.0.0

0 commit comments

Comments
 (0)