Skip to content

Commit

Permalink
Merge pull request #80 from kibitzr/upgrade-deps
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
peterdemin committed Dec 28, 2018
2 parents 1c00ee2 + 63922c6 commit 0d8682f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ asn1crypto==0.24.0 # via cryptography
beautifulsoup4==4.6.3 # via bs4
bs4==0.0.1
cachecontrol==0.12.5
certifi==2018.10.15 # via python-telegram-bot, requests
certifi==2018.11.29 # via python-telegram-bot, requests
cffi==1.11.5 # via cryptography
chardet==3.0.4 # via requests
click==7.0
cryptography==2.4.2 # via python-telegram-bot
defusedxml==0.5.0
entrypoints==0.2.3
idna==2.7 # via cryptography, requests
idna==2.8 # via cryptography, requests
jinja2==2.10
lazy-object-proxy==1.3.1
lxml==4.2.5
markupsafe==1.1.0 # via jinja2
msgpack==0.5.6 # via cachecontrol
msgpack==0.6.0 # via cachecontrol
pycparser==2.19 # via cffi
python-telegram-bot==11.1.0
pytimeparse==1.1.8
pyyaml==3.13
requests==2.20.1
requests==2.21.0
schedule==0.5.0
selenium==3.141.0
six==1.11.0
six==1.12.0
urllib3==1.24.1 # via requests, selenium
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,34 @@ imagesize==1.1.0 # via sphinx
isort==4.3.4 # via pylint
mccabe==0.6.1 # via flake8, pylint
mock==2.0.0
more-itertools==4.3.0 # via pytest
more-itertools==5.0.0 # via pytest
packaging==18.0 # via sphinx
pathlib2==2.3.3 # via pytest
pathtools==0.1.2 # via watchdog
pbr==5.1.1 # via mock
pep8==1.7.1
pip-compile-multi==1.2.2
pip-tools==3.1.0 # via pip-compile-multi
pip-tools==3.2.0 # via pip-compile-multi
pluggy==0.8.0 # via pytest, tox
py==1.7.0 # via pytest, tox
pycodestyle==2.4.0 # via flake8
pyflakes==2.0.0 # via flake8
pygments==2.3.0 # via sphinx
pylint==1.9.3
pygments==2.3.1 # via sphinx
pylint==1.9.4
pyparsing==2.3.0 # via packaging
pytest-cache==1.0 # via pytest-pep8
pytest-cov==2.6.0
pytest-mock==1.10.0
pytest-pep8==1.0.6
pytest==4.0.1
pytest==4.0.2
python-dateutil==2.7.5 # via freezegun
pytz==2018.7 # via babel
snowballstemmer==1.2.1 # via sphinx
sphinx==1.8.2
sphinx==1.8.3
sphinxcontrib-websupport==1.1.0 # via sphinx
toml==0.10.0 # via tox
toposort==1.5 # via pip-compile-multi
tox==3.5.3
tox==3.6.1
virtualenv==16.1.0 # via tox
watchdog==0.9.0
wheel==0.32.3
Expand Down

0 comments on commit 0d8682f

Please sign in to comment.