From 601f6a8ef72f299b2ad12922f85d2d1501daa798 Mon Sep 17 00:00:00 2001 From: Rosalina Date: Tue, 12 Nov 2024 13:56:27 -0500 Subject: [PATCH] ????? --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff57b1e..802acb2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2681,13 +2681,13 @@ doc = ["sphinx"] [[package]] name = "strawberry-graphql" -version = "0.243.1" +version = "0.248.1" description = "A library for creating GraphQL APIs" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "strawberry_graphql-0.243.1-py3-none-any.whl", hash = "sha256:7c4ddb97cd424fa23a540816cb169ef760822c9acfb63901e6717042bcda6cfe"}, - {file = "strawberry_graphql-0.243.1.tar.gz", hash = "sha256:0ef8b0b100cb0ebd25eea1723105166625820b18d075e4f7cae744468b81d23e"}, + {file = "strawberry_graphql-0.248.1-py3-none-any.whl", hash = "sha256:04e0b966ff7972e668095824358766496d432fa61b38833bcb8d1b3115d88753"}, + {file = "strawberry_graphql-0.248.1.tar.gz", hash = "sha256:d05870ada9f0ff3d536813834e7deb14f3b93a97f551d88be887c301b0c000ab"}, ] [package.dependencies] @@ -3076,4 +3076,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2b36f98c3c663791472f10c00d61835efaa1b8c44aac44f415b5afe27629ea48" +content-hash = "197352f8578d98fb0a35a928063fafca0f9363421170d27c1c75557c66508313" diff --git a/pyproject.toml b/pyproject.toml index e3cfb7b..b5737c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ asgiref = {git = "https://github.com/django/asgiref.git"} django-choices-field = "^2.2.2" django-cors-headers = "^4.3.1" stripe = "^10.12.0" -strawberry-graphql = "^0.243.1" +strawberry-graphql = "^0.248.1" strawberry-persisted-queries = "^1.0.3" qrcode = "^7.4.2" uuid = "^1.30"