diff --git a/poetry.lock b/poetry.lock index 0266b83..a2359db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -538,13 +538,13 @@ files = [ [[package]] name = "pyparsing" -version = "3.1.2" +version = "3.1.4" description = "pyparsing module - Classes and methods to define and execute parsing grammars" optional = false python-versions = ">=3.6.8" files = [ - {file = "pyparsing-3.1.2-py3-none-any.whl", hash = "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"}, - {file = "pyparsing-3.1.2.tar.gz", hash = "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"}, + {file = "pyparsing-3.1.4-py3-none-any.whl", hash = "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c"}, + {file = "pyparsing-3.1.4.tar.gz", hash = "sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032"}, ] [package.extras] @@ -767,4 +767,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fc2993f9b1831e1c2813d796bedc4d3135945f5d200a70356685e4f80628387f" +content-hash = "54bf051f7ed0c92b327d75321c58e8199849a875ca61e71447a831e2be3f3008" diff --git a/pyproject.toml b/pyproject.toml index 5b8b6ef..1ad0c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pathspec = "0.12.1" platformdirs = "4.2.2" pluggy = "1.5.0" py = "1.11.0" -pyparsing = "3.1.2" +pyparsing = "3.1.4" requests = "2.32.3" six = "1.16.0" tabulate = "0.9.0"