From 9d44dd7a32ced9c1fe0c31da65ca361ff94a3864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:57:20 +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.208.3) --- 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 7c8415ff..e5f68bdc 100644 --- a/caster-back/requirements.txt +++ b/caster-back/requirements.txt @@ -4,7 +4,7 @@ psycopg2-binary==2.9.6 python-osc==1.8.1 google-cloud-texttospeech==2.14.1 strawberry-graphql-django==0.9.4 -strawberry-graphql[channels]<=0.177.0 +strawberry-graphql[channels]<=0.208.3 strawberry-django-plus==2.5.0 django-cors-headers==4.0.0 mistletoe==1.2.1