Skip to content

Commit

Permalink
Merge pull request #8 from bbelyeu/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
bbelyeu committed Jan 16, 2019
2 parents 42cbdc9 + 89e1bc5 commit e1e74aa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion flask_logger/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Import all tests."""
# pylint: disable=wildcard-import
# pylint: disable=wildcard-import,import-self
from . import * # noqa
27 changes: 15 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,35 @@
#
# pip-compile --output-file requirements-dev.txt requirements-dev.in
#
astroid==2.0.4 # via pylint
--index-url https://yvapi:7TLMoxHM1ueN@pypi.thewardro.be/simple
--trusted-host pypi.thewardro.be

astroid==2.1.0 # via pylint
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via pytest
certifi==2018.10.15 # via requests
certifi==2018.11.29 # via requests
chardet==3.0.4 # via requests
coverage==4.0.3
flake8==3.6.0
idna==2.7 # via requests
idna==2.8 # via requests
isort==4.3.4
lazy-object-proxy==1.3.1 # via astroid
mccabe==0.6.1 # via flake8, pylint
more-itertools==4.3.0 # via pytest
pluggy==0.8.0 # via pytest
more-itertools==5.0.0 # via pytest
pluggy==0.8.1 # via pytest
pudb==2018.1
py==1.7.0 # via pytest
pycodestyle==2.4.0
pyflakes==2.0.0 # via flake8
pygments==2.2.0 # via pudb
pylint==2.1.1
pytest==4.0.0
pygments==2.3.1 # via pudb
pylint==2.2.2
pytest==4.1.1
python-coveralls==2.9.1
pyyaml==3.13 # via python-coveralls
requests==2.20.1 # via python-coveralls
six==1.11.0 # via astroid, more-itertools, pytest, python-coveralls
typed-ast==1.1.0 # via astroid
requests==2.21.0 # via python-coveralls
six==1.12.0 # via astroid, more-itertools, pytest, python-coveralls
typed-ast==1.2.0 # via astroid
urllib3==1.24.1 # via requests
urwid==2.0.1 # via pudb
wheel==0.32.3
wrapt==1.10.11 # via astroid
wrapt==1.11.0 # via astroid
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
--index-url https://yvapi:7TLMoxHM1ueN@pypi.thewardro.be/simple
--trusted-host pypi.thewardro.be

blinker==1.4 # via sentry-sdk
certifi==2018.10.15 # via sentry-sdk
certifi==2018.11.29 # via sentry-sdk
click==7.0 # via flask
flask==1.0.2
itsdangerous==1.1.0 # via flask
jinja2==2.10 # via flask
markupsafe==1.1.0 # via jinja2
sentry-sdk[flask]==0.5.5
sentry-sdk[flask]==0.6.6
urllib3==1.24.1 # via sentry-sdk
werkzeug==0.14.1 # via flask

0 comments on commit e1e74aa

Please sign in to comment.