From 9ff003e2e7d6e266884a229012c9e21df1e0ace2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:54:24 +0000 Subject: [PATCH] Update pyparsing requirement from <=3.0.9,>=3.0 to >=3.0,<=3.1.1 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] --- 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