fix(deps): update dependency pyparsing to v3.2.4 (#371)
All checks were successful
Security / snyk (push) Successful in 29m11s

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| pyparsing | `==3.2.3` -> `==3.2.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pyparsing/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyparsing/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjQxLjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: #371
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
2025-09-14 13:02:06 +02:00
committed by Luke Tainton
parent a7ec6aec42
commit 0bd64526b2
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ dependencies = [
"platformdirs==4.4.0",
"pluggy==1.6.0",
"py==1.11.0",
"pyparsing==3.2.3",
"pyparsing==3.2.4",
"requests==2.32.5",
"six==1.17.0",
"tabulate==0.9.0",