fix(deps): update dependency pyparsing to v3.2.2 (#322)
All checks were successful
Security / sonarqube (push) Successful in 1m47s
Security / snyk (push) Successful in 1m47s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| pyparsing | project.dependencies | patch | `==3.2.1` -> `==3.2.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: #322
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-03-24 16:26:36 +01:00
committed by Luke Tainton
parent 23dc22ff43
commit 4494bce7ef
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ dependencies = [
"platformdirs==4.3.7",
"pluggy==1.5.0",
"py==1.11.0",
"pyparsing==3.2.1",
"pyparsing==3.2.2",
"requests==2.32.3",
"six==1.17.0",
"tabulate==0.9.0",