From 121c933d0259daf24bac98dc1fa3d6f6ad987315 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 04:58:15 +0000 Subject: [PATCH] Bump astroid from 2.3.2 to 2.3.3 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/PyCQA/astroid/blob/astroid-2.3.3/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.3.2...astroid-2.3.3) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3a5e751fdc..01d1c8c1d3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,12 +5,12 @@ # pip-compile --output-file test-requirements.txt test-requirements.in # astor==0.8.0 -astroid==2.3.2 # via pylint +astroid==2.3.3 # via pylint async-generator==1.10 atomicwrites==1.3.0 # via pytest attrs==19.3.0 backcall==0.1.0 # via ipython -cffi==1.13.2 # via cryptography +cffi==1.13.2 coverage==4.5.4 # via pytest-cov cryptography==2.8 # via pyopenssl, trustme decorator==4.4.1 # via ipython, traitlets