From b3474b33e1fa35b7df78ecef7c581aea129ae0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:29:49 +0000 Subject: [PATCH] Bump pyparsing from 2.4.6 to 2.4.7 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.4.6 to 2.4.7. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_2.4.6...pyparsing_2.4.7) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 109a214a..a027ceaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ pycodestyle==2.6.0 # via flake8 pyflakes==2.2.0 # via flake8 -pyparsing==2.4.6 +pyparsing==2.4.7 # via packaging pytest-cov==2.9.0 # via -r requirements.in