From 4e07f1d2782e81ad37127c5e0a26a440bb5d728d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 06:28:48 -0400 Subject: [PATCH] Update pyparsing requirement from <=3.0.9,>=3.0 to >=3.0,<=3.1.1 (#290) Updates the requirements on [pyparsing](https://github.com/pyparsing/pyparsing) to permit the latest version. - [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_3.0.0...3.1.1) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 00ed83e..f9253a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click>=7.1.2,<9.0 ioc-fanger>=4.2.1,<4.3 -pyparsing>=3.0,<=3.0.9 +pyparsing>=3.0,<=3.1.1 d8s-strings>=0.5.0,<1.0