From dac38959f083eaf32f6fac8c0c46b1078a195a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:49:03 +0000 Subject: [PATCH] Update strawberry-graphql[channels] requirement in /caster-back Updates the requirements on [strawberry-graphql[channels]](https://github.com/strawberry-graphql/strawberry) to permit the latest version. - [Release notes](https://github.com/strawberry-graphql/strawberry/releases) - [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md) - [Commits](https://github.com/strawberry-graphql/strawberry/compare/0.5.6...0.217.0) --- updated-dependencies: - dependency-name: strawberry-graphql[channels] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- caster-back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caster-back/requirements.txt b/caster-back/requirements.txt index 819112dc..f00ecda7 100644 --- a/caster-back/requirements.txt +++ b/caster-back/requirements.txt @@ -4,7 +4,7 @@ psycopg2-binary==2.9.9 python-osc==1.8.1 google-cloud-texttospeech==2.14.1 strawberry-graphql-django==0.17.2 -strawberry-graphql[channels]<=0.208.2 +strawberry-graphql[channels]<=0.217.0 django-cors-headers==4.0.0 mistletoe==1.2.1 pydantic==1.10.7