From ef3b774b8ed418f0661f268624e86b483b1c8dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:07:00 +0200 Subject: [PATCH] chore: Update pyparsing requirement from ~=3.1.2 to ~=3.1.4 (#709) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6a78de00..7bc1e370 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ Flake8-pyproject~=1.2 isort~=5.13 moto~=5.0.13 pre-commit~=3.5 -pyparsing~=3.1.2 +pyparsing~=3.1.4 pytest~=8.3 pytest-cov~=5.0 pytest-dotenv~=0.5