Skip to content

Commit

Permalink
Merge d6d4da2 into 36f568d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 18, 2019
2 parents 36f568d + d6d4da2 commit 196b187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions requirements-dev.txt
Expand Up @@ -4,7 +4,6 @@
#
# pip-compile --output-file requirements-dev.txt requirements-dev.in
#

astroid==2.1.0 # via pylint
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via pytest
Expand All @@ -30,8 +29,7 @@ python-coveralls==2.9.1
pyyaml==4.2b4
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
urllib3==1.24.2 # via requests
urwid==2.0.1 # via pudb
wheel==0.32.3
wrapt==1.11.0 # via astroid
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -15,5 +15,5 @@ itsdangerous==1.1.0 # via flask
jinja2==2.10 # via flask
markupsafe==1.1.0 # via jinja2
sentry-sdk[flask]==0.6.6
urllib3==1.24.1 # via sentry-sdk
urllib3==1.24.2 # via sentry-sdk
werkzeug==0.14.1 # via flask

0 comments on commit 196b187

Please sign in to comment.