From 6500f3bf7c505d2b094c3ad19f8a96352d88b0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:29:38 -0700 Subject: [PATCH] Bump pyparsing from 3.1.1 to 3.1.2 (#4486) Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.1.1...pyparsing_3.1.2) --- 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> --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index f7d1407cccb5..bf1a5bf294a6 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -306,7 +306,7 @@ pyjwt[crypto]==2.8.0 # msal # oauthlib # pyjwt -pyparsing==3.1.1 +pyparsing==3.1.2 # via # -r requirements-base.in # httplib2