From 52d7fa704f76e7642b0564dd4f40f298e0d1b272 Mon Sep 17 00:00:00 2001 From: John Davis Date: Tue, 19 Dec 2023 12:37:49 -0500 Subject: [PATCH] Bump graphene-sqlalchemy to 3.0.0rc1 --- lib/galaxy/dependencies/pinned-requirements.txt | 2 +- packages/test_driver/setup.cfg | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index c6d9afcf6ab9..ed690db69b6a 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -73,7 +73,7 @@ fsspec==2023.12.2 ; python_version >= "3.8" and python_version < "3.12" future==0.18.3 ; python_version >= "3.8" and python_version < "3.12" galaxy-sequence-utils==1.1.5 ; python_version >= "3.8" and python_version < "3.12" galaxy2cwl==0.1.4 ; python_version >= "3.8" and python_version < "3.12" -graphene-sqlalchemy==3.0.0b3 ; python_version >= "3.8" and python_version < "3.12" +graphene-sqlalchemy==3.0.0rc1 ; python_version >= "3.8" and python_version < "3.12" graphene==3.3 ; python_version >= "3.8" and python_version < "3.12" graphql-core==3.2.3 ; python_version >= "3.8" and python_version < "3.12" graphql-relay==3.2.0 ; python_version >= "3.8" and python_version < "3.12" diff --git a/packages/test_driver/setup.cfg b/packages/test_driver/setup.cfg index 9268dd3eb584..444182cef8a5 100644 --- a/packages/test_driver/setup.cfg +++ b/packages/test_driver/setup.cfg @@ -39,7 +39,7 @@ install_requires = galaxy-util galaxy-web-apps pytest - graphene-sqlalchemy==3.0.0b3 # these are only needed by tool shed - which we've split out but the test driver loads + graphene-sqlalchemy==3.0.0rc1 # these are only needed by tool shed - which we've split out but the test driver loads starlette-graphene3 packages = find: python_requires = >=3.8 diff --git a/pyproject.toml b/pyproject.toml index 625d43195168..15c66880fab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ fastapi-utils = "*" fs = "*" future = "*" galaxy_sequence_utils = "*" -graphene-sqlalchemy = "3.0.0b3" # need a beta release to be compat. with starlette plugin +graphene-sqlalchemy = "3.0.0rc1" # need a beta release to be compat. with starlette plugin gravity = ">=1.0.4" gunicorn = "*" gxformat2 = "*"