diff --git a/poetry.lock b/poetry.lock index 47ded2f..8f0f9a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "colorama" @@ -162,14 +162,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "sgqlc" -version = "17" +version = "17.1" description = "Simple GraphQL Client" optional = false python-versions = "<4,>=3.8" groups = ["main"] files = [ - {file = "sgqlc-17-py3-none-any.whl", hash = "sha256:99187c656fd0d5f9c81e7081d2ae569823b6c9a14a6e37eb00a39602808841f0"}, - {file = "sgqlc-17.tar.gz", hash = "sha256:4febd6d00f001c0fe0dd571e27d87e6d5ae071e8d1f61c66fa772449910953fb"}, + {file = "sgqlc-17.1-py3-none-any.whl", hash = "sha256:d4d030ee687b66a840d605c81060585998fc22bba805b55e496911108800fc48"}, + {file = "sgqlc-17.1.tar.gz", hash = "sha256:93309057889894899819e6aefee544e3d9aa85e33f694b88fb657526c45df4a4"}, ] [package.dependencies] @@ -177,6 +177,7 @@ graphql-core = ">=3.2.6,<3.3.0" [package.extras] httpx = ["httpx"] +pytest = ["pytest"] requests = ["requests"] websocket = ["websocket-client"]