Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 36 #2088

Merged
merged 10 commits into from Sep 9, 2019
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Expand Up @@ -5,8 +5,8 @@
# pip-compile --output-file=requirements/coverage.txt requirements/coverage.in
#
coverage==4.5.4
lark-parser==0.7.4
numpy==1.17.1
lark-parser==0.7.5
numpy==1.17.2
pandas==0.25.1
python-dateutil==2.8.0 # via pandas
pytz==2019.2
Expand Down
16 changes: 8 additions & 8 deletions requirements/tools.txt
Expand Up @@ -40,17 +40,17 @@ ipython==7.8.0
isort==4.3.21
jedi==0.15.1 # via ipython
jinja2==2.10.1 # via pyupio, sphinx
lark-parser==0.7.4
lark-parser==0.7.5
lazy-object-proxy==1.4.2 # via astroid
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via flake8, pylint
more-itertools==7.2.0 # via pytest, zipp
mypy-extensions==0.4.1 # via mypy
mypy==0.720
numpy==1.17.1
numpy==1.17.2
packaging==19.1 # via dparse, pytest, pyupio, safety, sphinx, tox
parso==0.5.1 # via jedi
pbr==5.4.2 # via stevedore
pbr==5.4.3 # via stevedore
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pip-tools==4.1.0
Expand Down Expand Up @@ -81,7 +81,7 @@ restructuredtext-lint==1.3.0
safety==1.8.5 # via pyupio
six==1.12.0 # via astroid, bandit, bleach, dparse, packaging, pip-tools, prompt-toolkit, python-dateutil, python-gitlab, pyupio, readme-renderer, stevedore, tox, traitlets
smmap2==2.0.5 # via gitdb2
snowballstemmer==1.9.0 # via pydocstyle, sphinx
snowballstemmer==1.9.1 # via pydocstyle, sphinx
sphinx-rtd-theme==0.4.3
sphinx==2.2.0
sphinxcontrib-applehelp==1.0.1 # via sphinx
Expand All @@ -91,17 +91,17 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
sqlparse==0.3.0 # via django
stevedore==1.30.1 # via bandit
stevedore==1.31.0 # via bandit
tokenize-rt==3.2.0 # via pyupgrade
toml==0.10.0
tox==3.13.2
tox==3.14.0
tqdm==4.35.0 # via pyupio, twine
traitlets==4.3.2 # via ipython
twine==1.13.0
twine==1.14.0
typed-ast==1.4.0 # via astroid, mypy
typing-extensions==3.7.4 # via mypy
urllib3==1.25.3 # via requests
virtualenv==16.7.4 # via tox
virtualenv==16.7.5 # via tox
wcwidth==0.1.7 # via prompt-toolkit, pytest
webencodings==0.5.1 # via bleach
wrapt==1.11.2 # via astroid, deprecated
Expand Down