Skip to content

Commit

Permalink
Update gravity requirement to 1.0.4, waiting for required gravity + g…
Browse files Browse the repository at this point in the history
…x-it-proxy updates
  • Loading branch information
sveinugu committed Oct 15, 2023
1 parent e5b0bde commit 9746130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ graphene-sqlalchemy==3.0.0b3 ; python_version >= "3.7" and python_version < "3.1
graphene==3.3 ; python_version >= "3.7" and python_version < "3.12"
graphql-core==3.2.3 ; python_version >= "3.7" and python_version < "3.12"
graphql-relay==3.2.0 ; python_version >= "3.7" and python_version < "3.12"
gravity==1.0.3 ; python_version >= "3.7" and python_version < "3.12"
gravity==1.0.4 ; python_version >= "3.7" and python_version < "3.12"
greenlet==2.0.2 ; python_version >= "3.7" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "3.12"
gunicorn==21.2.0 ; python_version >= "3.7" and python_version < "3.12"
gxformat2==0.18.0 ; python_version >= "3.7" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fs = "*"
future = "*"
galaxy_sequence_utils = "*"
graphene-sqlalchemy = "3.0.0b3" # need a beta release to be compat. with starlette plugin
gravity = ">=1.0"
gravity = ">=1.0.4"
gunicorn = "*"
gxformat2 = "*"
h5grove = ">=1.2.1"
Expand Down

0 comments on commit 9746130

Please sign in to comment.