From f3c806820600c38595eeb44494f0528a1bb423c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 05:35:42 +0000 Subject: [PATCH] Bump parso from 0.8.1 to 0.8.2 Bumps [parso](https://github.com/davidhalter/parso) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/davidhalter/parso/releases) - [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst) - [Commits](https://github.com/davidhalter/parso/compare/v0.8.1...v0.8.2) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e52434c252..350790f11f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -70,7 +70,7 @@ outcome==1.1.0 # via -r test-requirements.in packaging==20.9 # via pytest -parso==0.8.1 +parso==0.8.2 # via jedi pathspec==0.8.1 # via black