diff --git a/pyproject.toml b/pyproject.toml index c351982..7e2b0f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "platformdirs==4.3.6", "pluggy==1.5.0", "py==1.11.0", - "pyparsing==3.1.4", + "pyparsing==3.2.1", "requests==2.32.3", "six==1.17.0", "tabulate==0.9.0", diff --git a/uv.lock b/uv.lock index c68065e..3aa91f8 100644 --- a/uv.lock +++ b/uv.lock @@ -274,7 +274,7 @@ requires-dist = [ { name = "platformdirs", specifier = "==4.3.6" }, { name = "pluggy", specifier = "==1.5.0" }, { name = "py", specifier = "==1.11.0" }, - { name = "pyparsing", specifier = "==3.1.4" }, + { name = "pyparsing", specifier = "==3.2.1" }, { name = "requests", specifier = "==2.32.3" }, { name = "six", specifier = "==1.17.0" }, { name = "tabulate", specifier = "==0.9.0" }, @@ -418,11 +418,11 @@ wheels = [ [[package]] name = "pyparsing" -version = "3.1.4" +version = "3.2.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/83/08/13f3bce01b2061f2bbd582c9df82723de943784cf719a35ac886c652043a/pyparsing-3.1.4.tar.gz", hash = "sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032", size = 900231 } +sdist = { url = "https://files.pythonhosted.org/packages/8b/1a/3544f4f299a47911c2ab3710f534e52fea62a633c96806995da5d25be4b2/pyparsing-3.2.1.tar.gz", hash = "sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a", size = 1067694 } wheels = [ - { url = "https://files.pythonhosted.org/packages/e5/0c/0e3c05b1c87bb6a1c76d281b0f35e78d2d80ac91b5f8f524cebf77f51049/pyparsing-3.1.4-py3-none-any.whl", hash = "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c", size = 104100 }, + { url = "https://files.pythonhosted.org/packages/1c/a7/c8a2d361bf89c0d9577c934ebb7421b25dc84bf3a8e3ac0a40aed9acc547/pyparsing-3.2.1-py3-none-any.whl", hash = "sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1", size = 107716 }, ] [[package]]