From 463015090b3916c05499cfc46c457265c1947deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Nov 2021 15:39:02 +0000 Subject: [PATCH] Bump pyparsing from 2.4.7 to 3.0.6 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.4.7 to 3.0.6. - [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.7...pyparsing_3.0.6) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e0f5efe..60f5783 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -33,7 +33,7 @@ pycodestyle==2.8.0 pyfakefs==4.5.1 pyflakes==2.4.0 Pygments==2.10.0 -pyparsing==2.4.7 +pyparsing==3.0.6 pytest==6.2.5 pytz==2021.3 readme-renderer==30.0