From 4a4a5eb01ac6e5b81b717a776d1e41fa60770815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 17:41:36 +0000 Subject: [PATCH] Bump pyparsing from 3.0.8 to 3.0.9 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.8 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_3.0.8...pyparsing_3.0.9) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e7c3228..a45a2e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ packaging==21.3 pluggy==1.0.0 py==1.11.0 pycparser==2.21 -pyparsing==3.0.8 +pyparsing==3.0.9 pytest==7.1.2 toml==0.10.2