From b3b0e66df5607855aa7f74ae0a4ba526cfd1099a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 11:41:05 -0500 Subject: [PATCH] Bump pyparsing from 3.0.7 to 3.0.8 in /dependencies/python (#2776) Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.7 to 3.0.8. - [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.7...pyparsing_3.0.8) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/python/ansible-lint.txt | 2 +- dependencies/python/sqlfluff.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/python/ansible-lint.txt b/dependencies/python/ansible-lint.txt index 660d82ae..19b76313 100644 --- a/dependencies/python/ansible-lint.txt +++ b/dependencies/python/ansible-lint.txt @@ -12,7 +12,7 @@ packaging==21.3 pathspec==0.9.0 pycparser==2.21 Pygments==2.11.2 -pyparsing==3.0.7 +pyparsing==3.0.8 PyYAML==6.0 resolvelib==0.5.4 rich==12.2.0 diff --git a/dependencies/python/sqlfluff.txt b/dependencies/python/sqlfluff.txt index 650a53c2..ce2d7fff 100644 --- a/dependencies/python/sqlfluff.txt +++ b/dependencies/python/sqlfluff.txt @@ -12,7 +12,7 @@ pathspec==0.9.0 pluggy==1.0.0 py==1.11.0 Pygments==2.11.2 -pyparsing==3.0.7 +pyparsing==3.0.8 pytest==7.1.1 PyYAML==6.0 regex==2022.3.15