From e82fc3b1b24daad21221d81e7c24f88ff54235bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 00:37:09 +0000 Subject: [PATCH] dependency:(deps): bump pyparsing from 2.4.7 to 3.0.9 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.4.7 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.7...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 6d76486..8e6dffb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ iniconfig==1.1.1 packaging==21.2 pluggy==1.0.0 py==1.11.0 -pyparsing==2.4.7 +pyparsing==3.0.9 pytest==6.2.5 requests==2.26.0 responses==0.15.0