Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Bump astroid from 2.0.4 to 2.2.1 #65

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
absl-py==0.7.0
alembic==1.0.0 # via flask-migrate
astroid==2.0.4 # via pylint
astroid==2.2.1 # via pylint
bcrypt==3.1.5
blessings==1.7 # via curtsies
bpython==0.17.1
Expand Down Expand Up @@ -43,8 +43,8 @@ requests==2.20.1 # via bpython
retype==17.12.0 # via monkeytype
six==1.11.0 # via absl-py, astroid, bcrypt, blessings, bpython, pip-tools, python-dateutil
sqlalchemy==1.2.11 # via alembic, flask-sqlalchemy
typed-ast==1.1.0 # via retype
typing==3.6.6 # via curtsies
typed-ast==1.1.0 # via astroid, retype
typing==3.6.6 # via astroid, curtsies
urllib3==1.23 # via requests
wcwidth==0.1.7 # via curtsies
werkzeug==0.14.1 # via flask
Expand Down