From fd2f4af70829950205ba40839feb8de3642e0caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:58:02 +0000 Subject: [PATCH] Bump pyparsing from 3.1.1 to 3.2.0 in /backend Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.1 to 3.2.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/3.1.1...3.2.0) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 79f6cfc5..ae7574d7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -29,7 +29,7 @@ pip-requirements-parser==32.0.1 pip_audit==2.7.2 py-serializable==1.0.3 Pygments==2.17.2 -pyparsing==3.1.1 +pyparsing==3.2.0 python-dotenv==1.0.1 redis==4.5.4 requests==2.32.0