diff --git a/poetry.lock b/poetry.lock index 3f32e20..ef76f6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1058,13 +1058,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "strawberry-graphql" -version = "0.237.3" +version = "0.243.0" description = "A library for creating GraphQL APIs" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "strawberry_graphql-0.237.3-py3-none-any.whl", hash = "sha256:2dc43a5036995edf614d21c9faca8b6848a09353d167ae05f42a9d0e976e1611"}, - {file = "strawberry_graphql-0.237.3.tar.gz", hash = "sha256:8e04bb8821b303cb2cbd2c981f211b2d61bd21e3d171a638d93ceb99081194ac"}, + {file = "strawberry_graphql-0.243.0-py3-none-any.whl", hash = "sha256:c187fa8445dd6ecba5b2e5f62ac11eb34fb561501adf609173d227bf2038ed50"}, + {file = "strawberry_graphql-0.243.0.tar.gz", hash = "sha256:30251eff232ca049d339061f26aee864b34d32d1af0c22abb66385ddadec3404"}, ] [package.dependencies] @@ -1089,7 +1089,6 @@ pydantic = ["pydantic (>1.6.1)"] pyinstrument = ["pyinstrument (>=4.0.0)"] quart = ["quart (>=0.19.3)"] sanic = ["sanic (>=20.12.2)"] -starlite = ["starlite (>=1.48.0)"] [[package]] name = "typing-extensions" @@ -1342,4 +1341,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "fe80a0c7215e74549df997d96e838520590ae7b923a9299553a5a81fa380afa2" +content-hash = "97351ce4b9fb68b8bff5025e6233c68a621e9de0c856022e7f2282822bdafaab" diff --git a/pyproject.toml b/pyproject.toml index 934b247..1c7d4f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ httpx = "^0.27.0" python-multipart = "^0.0.9" itsdangerous = "^2.2.0" pyyaml = "^6.0.2" -strawberry-graphql = "^0.237.3" +strawberry-graphql = "^0.243.0" pytest = "^8.3.2" sqlalchemy = {extras = ["asyncio"], version = "2.0.32"} ruff = "^0.6.1"