diff --git a/requirements-dev.in b/requirements-dev.in index 0ab099f6e..1e77487a4 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -11,7 +11,7 @@ pylint testcontainers[mysql]>=4.5.0 types-PyMySQL # some strawberry dependency -strawberry-graphql[debug-server]==0.229.0 +strawberry-graphql[debug-server]==0.235.1.dev.1719337273 # following required to unit test etl functions functions_framework google-cloud-bigquery diff --git a/requirements-dev.txt b/requirements-dev.txt index c2a5fe6f1..e05212e84 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --output-file=requirements-dev.txt requirements-dev.in requirements.in +# pip-compile requirements-dev.in # aiohttp==3.9.5 # via -r requirements.in @@ -389,7 +389,7 @@ starlette==0.37.2 # via # fastapi # strawberry-graphql -strawberry-graphql[debug-server,fastapi]==0.229.0 +strawberry-graphql[debug-server,fastapi]==0.235.1.dev1719337273 # via # -r requirements-dev.in # -r requirements.in diff --git a/requirements.in b/requirements.in index 8388372b3..7db995a49 100644 --- a/requirements.in +++ b/requirements.in @@ -15,7 +15,7 @@ google-cloud-pubsub==2.18.3 google-cloud-storage==1.43.0 uvicorn==0.29.0 fastapi[all]==0.110.2 -strawberry-graphql[fastapi]==0.229.0 +strawberry-graphql[fastapi]==0.235.1.dev.1719337273 databases[mysql]==0.9.0 cryptography>=41.0.0 python-dateutil==2.8.2 diff --git a/requirements.txt b/requirements.txt index 86580829a..cbbf341a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -276,7 +276,7 @@ sqlalchemy==2.0.30 # via databases starlette==0.37.2 # via fastapi -strawberry-graphql[fastapi]==0.229.0 +strawberry-graphql[fastapi]==0.235.1.dev1719337273 # via -r requirements.in tabulate==0.9.0 # via cpg-utils