From 4494bce7eff53de0a457717bf4da1b68705b0812 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Mon, 24 Mar 2025 16:26:36 +0100 Subject: [PATCH] fix(deps): update dependency pyparsing to v3.2.2 (#322) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/322 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37d3b84..7403e53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/uv.lock b/uv.lock index d856a0b..0c2e28b 100644 --- a/uv.lock +++ b/uv.lock @@ -277,7 +277,7 @@ requires-dist = [ { name = "platformdirs", specifier = "==4.3.7" }, { name = "pluggy", specifier = "==1.5.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 = "six", specifier = "==1.17.0" }, { name = "tabulate", specifier = "==0.9.0" }, @@ -421,11 +421,11 @@ wheels = [ [[package]] name = "pyparsing" -version = "3.2.1" +version = "3.2.2" 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 = [ - { 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]]