diff --git a/poetry.lock b/poetry.lock index ec02876c..f784c3fd 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.0 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -728,14 +728,14 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[package]] name = "graphql-core" -version = "3.2.5" +version = "3.2.6" description = "GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL." optional = false python-versions = "<4,>=3.6" groups = ["main"] files = [ - {file = "graphql_core-3.2.5-py3-none-any.whl", hash = "sha256:2f150d5096448aa4f8ab26268567bbfeef823769893b39c1a2e1409590939c8a"}, - {file = "graphql_core-3.2.5.tar.gz", hash = "sha256:e671b90ed653c808715645e3998b7ab67d382d55467b7e2978549111bbabf8d5"}, + {file = "graphql_core-3.2.6-py3-none-any.whl", hash = "sha256:78b016718c161a6fb20a7d97bbf107f331cd1afe53e45566c59f776ed7f0b45f"}, + {file = "graphql_core-3.2.6.tar.gz", hash = "sha256:c08eec22f9e40f0bd61d805907e3b3b1b9a320bc606e23dc145eebca07c8fbab"}, ] [package.dependencies] @@ -1618,20 +1618,22 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "sgqlc" -version = "16.3" +version = "17.1" description = "Simple GraphQL Client" optional = false -python-versions = ">=3.7,<4.0" +python-versions = "<4,>=3.8" groups = ["main"] files = [ - {file = "sgqlc-16.3-py3-none-any.whl", hash = "sha256:89d468386a4ba4b5ade991623228b6fb0a25bea1f25643ccac130fb3ef565b72"}, - {file = "sgqlc-16.3.tar.gz", hash = "sha256:be08857775aa3e65ef7b2c1f0cdcc65dd5794907b162b393c189187fee664558"}, + {file = "sgqlc-17.1-py3-none-any.whl", hash = "sha256:d4d030ee687b66a840d605c81060585998fc22bba805b55e496911108800fc48"}, + {file = "sgqlc-17.1.tar.gz", hash = "sha256:93309057889894899819e6aefee544e3d9aa85e33f694b88fb657526c45df4a4"}, ] [package.dependencies] -graphql-core = ">=3.1.7,<4.0.0" +graphql-core = ">=3.2.6,<3.3.0" [package.extras] +httpx = ["httpx"] +pytest = ["pytest"] requests = ["requests"] websocket = ["websocket-client"] @@ -2037,4 +2039,4 @@ crypto = ["cryptography"] [metadata] lock-version = "2.1" python-versions = "^3.9.2" -content-hash = "2a6ee9d3ed7006dc6cac682a3b9e9facc956f23da816d21d53f644faa5eab6ed" +content-hash = "c55faacda473cf1ac70f141ae6712e3b8cddbb8d01c5e881129dc705d469af57" diff --git a/pyproject.toml b/pyproject.toml index d42fd8dd..531675f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pyjwt = "^2" pyyaml = "^6.0.2" requests = "^2" tabulate = "*" -sgqlc = ">=15,<17" +sgqlc = ">=15,<18" python-slugify = ">=6.1.2,<9.0.0" [tool.poetry.group.dev.dependencies]