Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 41 (#297)
Browse files Browse the repository at this point in the history
* Update cython from 0.28.5 to 0.29

* Update cython from 0.28.5 to 0.29

* Update cython from 0.28.5 to 0.29

* Update pytest from 3.8.1 to 3.8.2

* Update pip from 18.0 to 18.1

* Update pre-commit from 1.11.1 to 1.11.2

* Update wheel from 0.31.1 to 0.32.1

* Update twine from 1.12.0 to 1.12.1
  • Loading branch information
pyup.io bot authored and webknjaz committed Oct 16, 2018
1 parent 5703fc7 commit 0e1c27e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyenchant==2.0.0
sphinxcontrib-spelling==4.2.0
cython==0.28.5
cython==0.29
4 changes: 2 additions & 2 deletions requirements/wheel.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython==0.28.5
pytest==3.8.1
cython==0.29
pytest==3.8.2
pytest-cov==2.6.0

12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ whitelist_externals =
rm
deps =
-U
pip==18.0
pip==18.1
-r requirements/dev.txt
commands =
rm -rf .eggs/ multidict/*.so multidict/_multidict.c
Expand Down Expand Up @@ -84,13 +84,13 @@ commands = make -C docs html
[testenv:pre-commit]
skipsdist = True
skip_install = True
deps = pre-commit==1.11.1
deps = pre-commit==1.11.2
commands = pre-commit run --all-files {posargs}

[testenv:pre-commit-pep257]
skipsdist = True
skip_install = True
deps = pre-commit==1.11.1
deps = pre-commit==1.11.2
commands =
pre-commit run --config .pre-commit-config.yaml.pep257 --all-files {posargs}

Expand All @@ -106,9 +106,9 @@ skipsdist = True
skip_install = True
deps =
-U
cython==0.28.5
cython==0.29
setuptools==40.4.3
wheel==0.31.1
wheel==0.32.1
commands =
python -m setup sdist

Expand All @@ -135,6 +135,6 @@ skipsdist = True
skip_install = True
deps =
-U
twine==1.12.0
twine==1.12.1
commands =
python -m twine upload dist/* --username "{env:PYPI_USERNAME:aio-libs-bot}" --password "{env:PYPI_PASSWORD}" --skip-existing

0 comments on commit 0e1c27e

Please sign in to comment.