From cdc6f8e05cecd14b317f48de8d5933e01c53ae41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:09:53 +0000 Subject: [PATCH] Bump pyparsing from 2.4.7 to 3.0.1 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.4.7 to 3.0.1. - [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.1) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 89fdf09..20c2c2d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3. pycodestyle==2.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pydocstyle==5.1.1 pyflakes==2.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2' +pyparsing==3.0.1; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2' pytest-clarity==0.3.0a0 pytest-cov==2.10.1 pytest-sugar==0.9.4