Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 25 (#637)
Browse files Browse the repository at this point in the history
* Update flake8 from 3.7.9 to 3.8.3

* Update flake8 from 3.7.9 to 3.8.3

* Update pytest from 5.3.5 to 5.4.3

* Update pytest from 5.3.5 to 5.4.3

* Update pytest-cov from 2.8.1 to 2.10.0

* Update pytest-cov from 2.8.1 to 2.10.0

* Update docker from 4.2.0 to 4.2.1

* Update docker from 4.2.0 to 4.2.1

* Update lz4 from 2.2.1 to 3.1.0

* Update lz4 from 2.2.1 to 3.1.0

* Update pygments from 2.5.2 to 2.6.1

* Update gssapi from 1.6.1 to 1.6.6

* Update cython from 0.29.19 to 0.29.20

* Update diff-cover from 2.6.0 to 3.0.1

* Update sphinx from 2.4.1 to 3.1.1

* Update sphinxcontrib-spelling from 4.3.0 to 5.1.1

* Update requirements-ci.txt

* Update requirements-ci.txt

Co-authored-by: Taras Voinarovskyi <voyn1991@gmail.com>
  • Loading branch information
pyup.io bot and tvoinarovskyi committed Jun 23, 2020
1 parent 4eb0934 commit 5c12f57
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r requirements-cython.txt
flake8==3.7.9
pytest==5.3.5
pytest-cov==2.8.1
docker==4.2.0
lz4==2.2.1
flake8==3.8.3
pytest==5.4.3
pytest-cov==2.10.0
docker==4.2.1
lz4==3.1.0
xxhash==1.4.3
python-snappy==0.5.4
docutils==0.16
Pygments==2.5.2
gssapi==1.6.1 # pyup: != 1.6.6
Pygments==2.6.1
gssapi==1.6.2 # pyup: <= 1.6.2 # For some reason 1.6.5 does not install with py35
2 changes: 1 addition & 1 deletion requirements-cython.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cython==0.29.19
Cython==0.29.20
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements-ci.txt
-r requirements-docs.txt

diff-cover==2.6.0
diff-cover==3.0.1
setuptools>=34.4.0
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements-cython.txt
Sphinx==2.4.1
Sphinx==3.1.1
sphinxcontrib-asyncio==0.2.0
sphinxcontrib-spelling==4.3.0
sphinxcontrib-spelling==5.1.1
alabaster==0.7.12
10 changes: 5 additions & 5 deletions requirements-win-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r requirements-cython.txt
flake8==3.7.9
pytest==5.3.5
pytest-cov==2.8.1
docker==4.2.0
lz4==2.2.1
flake8==3.8.3
pytest==5.4.3
pytest-cov==2.10.0
docker==4.2.1
lz4==3.1.0
xxhash==1.4.3
python-snappy==0.5.4

0 comments on commit 5c12f57

Please sign in to comment.