From 0e76c287b4a67cf6cd9c7ef1d4e45cc54921896c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 02:10:48 +0000 Subject: [PATCH] Bump pyparsing from 2.4.6 to 3.0.9 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.4.6 to 3.0.9. - [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_3.0.9) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f104bbd..cd5e0b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ prompt-toolkit==1.0.14 pyfiglet==0.8.post1 Pygments==2.7.2 PyInquirer==1.0.3 -pyparsing==2.4.6 +pyparsing==3.0.9 pytoml==0.1.21 pyyaml==5.3.1 regex==2020.11.13