Compare commits

..

2 Commits

Author SHA1 Message Date
de2822f77e chore(deps): update sonarsource/sonarqube-scan-action action to v5.1.0
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 9s
CI / ci (pull_request) Successful in 2m34s
2025-03-24 15:29:34 +00:00
4494bce7ef 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>
2025-03-24 16:26:36 +01:00
2 changed files with 5 additions and 5 deletions

View File

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

8
uv.lock generated
View File

@ -277,7 +277,7 @@ requires-dist = [
{ name = "platformdirs", specifier = "==4.3.7" }, { name = "platformdirs", specifier = "==4.3.7" },
{ name = "pluggy", specifier = "==1.5.0" }, { name = "pluggy", specifier = "==1.5.0" },
{ name = "py", specifier = "==1.11.0" }, { name = "py", specifier = "==1.11.0" },
{ name = "pyparsing", specifier = "==3.2.1" }, { name = "pyparsing", specifier = "==3.2.2" },
{ name = "requests", specifier = "==2.32.3" }, { name = "requests", specifier = "==2.32.3" },
{ name = "six", specifier = "==1.17.0" }, { name = "six", specifier = "==1.17.0" },
{ name = "tabulate", specifier = "==0.9.0" }, { name = "tabulate", specifier = "==0.9.0" },
@ -421,11 +421,11 @@ wheels = [
[[package]] [[package]]
name = "pyparsing" name = "pyparsing"
version = "3.2.1" version = "3.2.2"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/8b/1a/3544f4f299a47911c2ab3710f534e52fea62a633c96806995da5d25be4b2/pyparsing-3.2.1.tar.gz", hash = "sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a", size = 1067694 } sdist = { url = "https://files.pythonhosted.org/packages/55/f0/3a81fb395058f5fc84bccb0dc9ca09eddf69b3cc86ccab6729c680121912/pyparsing-3.2.2.tar.gz", hash = "sha256:2a857aee851f113c2de9d4bfd9061baea478cb0f1c7ca6cbf594942d6d111575", size = 1088193 }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/1c/a7/c8a2d361bf89c0d9577c934ebb7421b25dc84bf3a8e3ac0a40aed9acc547/pyparsing-3.2.1-py3-none-any.whl", hash = "sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1", size = 107716 }, { url = "https://files.pythonhosted.org/packages/f9/83/80c17698f41131f7157a26ae985e2c1f5526db79f277c4416af145f3e12b/pyparsing-3.2.2-py3-none-any.whl", hash = "sha256:6ab05e1cb111cc72acc8ed811a3ca4c2be2af8d7b6df324347f04fd057d8d793", size = 111060 },
] ]
[[package]] [[package]]