fix(deps): update dependency pyparsing to v3.2.5 (#375)
All checks were successful
Security / snyk (push) Successful in 27m11s
All checks were successful
Security / snyk (push) Successful in 27m11s
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | pyparsing | `==3.2.4` -> `==3.2.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjEuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEyMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: #375 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:
@@ -25,7 +25,7 @@ dependencies = [
|
|||||||
"platformdirs==4.4.0",
|
"platformdirs==4.4.0",
|
||||||
"pluggy==1.6.0",
|
"pluggy==1.6.0",
|
||||||
"py==1.11.0",
|
"py==1.11.0",
|
||||||
"pyparsing==3.2.4",
|
"pyparsing==3.2.5",
|
||||||
"requests==2.32.5",
|
"requests==2.32.5",
|
||||||
"six==1.17.0",
|
"six==1.17.0",
|
||||||
"tabulate==0.9.0",
|
"tabulate==0.9.0",
|
||||||
|
8
uv.lock
generated
8
uv.lock
generated
@@ -311,7 +311,7 @@ requires-dist = [
|
|||||||
{ name = "platformdirs", specifier = "==4.4.0" },
|
{ name = "platformdirs", specifier = "==4.4.0" },
|
||||||
{ name = "pluggy", specifier = "==1.6.0" },
|
{ name = "pluggy", specifier = "==1.6.0" },
|
||||||
{ name = "py", specifier = "==1.11.0" },
|
{ name = "py", specifier = "==1.11.0" },
|
||||||
{ name = "pyparsing", specifier = "==3.2.4" },
|
{ name = "pyparsing", specifier = "==3.2.5" },
|
||||||
{ name = "requests", specifier = "==2.32.5" },
|
{ name = "requests", specifier = "==2.32.5" },
|
||||||
{ name = "six", specifier = "==1.17.0" },
|
{ name = "six", specifier = "==1.17.0" },
|
||||||
{ name = "tabulate", specifier = "==0.9.0" },
|
{ name = "tabulate", specifier = "==0.9.0" },
|
||||||
@@ -480,11 +480,11 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pyparsing"
|
name = "pyparsing"
|
||||||
version = "3.2.4"
|
version = "3.2.5"
|
||||||
source = { registry = "https://pypi.org/simple" }
|
source = { registry = "https://pypi.org/simple" }
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/98/c9/b4594e6a81371dfa9eb7a2c110ad682acf985d96115ae8b25a1d63b4bf3b/pyparsing-3.2.4.tar.gz", hash = "sha256:fff89494f45559d0f2ce46613b419f632bbb6afbdaed49696d322bcf98a58e99", size = 1098809, upload-time = "2025-09-13T05:47:19.732Z" }
|
sdist = { url = "https://files.pythonhosted.org/packages/f2/a5/181488fc2b9d093e3972d2a472855aae8a03f000592dbfce716a512b3359/pyparsing-3.2.5.tar.gz", hash = "sha256:2df8d5b7b2802ef88e8d016a2eb9c7aeaa923529cd251ed0fe4608275d4105b6", size = 1099274, upload-time = "2025-09-21T04:11:06.277Z" }
|
||||||
wheels = [
|
wheels = [
|
||||||
{ url = "https://files.pythonhosted.org/packages/53/b8/fbab973592e23ae313042d450fc26fa24282ebffba21ba373786e1ce63b4/pyparsing-3.2.4-py3-none-any.whl", hash = "sha256:91d0fcde680d42cd031daf3a6ba20da3107e08a75de50da58360e7d94ab24d36", size = 113869, upload-time = "2025-09-13T05:47:17.863Z" },
|
{ url = "https://files.pythonhosted.org/packages/10/5e/1aa9a93198c6b64513c9d7752de7422c06402de6600a8767da1524f9570b/pyparsing-3.2.5-py3-none-any.whl", hash = "sha256:e38a4f02064cf41fe6593d328d0512495ad1f3d8a91c4f73fc401b3079a59a5e", size = 113890, upload-time = "2025-09-21T04:11:04.117Z" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
Reference in New Issue
Block a user