From d5c0865c8500226c7994332427a595e6e0f94079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:50:52 +0000 Subject: [PATCH] build(deps): bump pyparsing from 2.4.7 to 3.1.0 in /docs Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.4.7 to 3.1.0. - [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...3.1.0) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 16ec60a678..b44c355587 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ Jinja2==3.1.2 MarkupSafe==2.1.3 packaging==23.1 Pygments==2.15.1 -pyparsing==2.4.7 +pyparsing==3.1.0 pytz==2023.3 recommonmark==0.7.1 requests==2.31.0