From c1a755cf433669b0fd86514461898176cc06ba35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 09:42:14 +0000 Subject: [PATCH] Bump pylint from 2.3.1 to 2.4.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.3.1 to 2.4.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.3.1...pylint-2.4.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d459ce..8682b11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # absl-py==0.8.0 alembic==1.1.0 # via flask-migrate -astroid==2.2.5 # via pylint +astroid==2.3.2 # via pylint bcrypt==3.1.7 blessings==1.7 # via curtsies bpython==0.18 @@ -35,7 +35,7 @@ pycparser==2.19 # via cffi pygments==2.4.2 # via bpython pygresql==5.1 pyjwt==1.7.1 -pylint==2.3.1 +pylint==2.4.3 python-dateutil==2.8.0 # via alembic python-editor==1.0.4 # via alembic requests==2.22.0 # via bpython