From e1b9fabc31691474f58c20d81511eb12a6d246a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:03:16 +0000 Subject: [PATCH] Update pyparsing requirement from ~=3.2.1 to ~=3.2.2 Updates the requirements on [pyparsing](https://github.com/pyparsing/pyparsing) to permit the latest version. - [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.2.1...3.2.2) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9fe8ac..b64149a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ MarkupSafe~=3.0.2 mistune~=0.8.4 packaging~=24.2 Pygments~=2.19.1 -pyparsing~=3.2.1 +pyparsing~=3.2.2 python-slugify~=8.0.4 pytz~=2025.1 requests~=2.32.3