Skip to content

Commit

Permalink
(fix PXP-11163): use latest tag for sheepdog, bump peregrine version
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Nov 17, 2023
1 parent 6c36955 commit 343494a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "peregrine"
version = "3.0.1"
version = "3.2.2"
description = "Query interface to get insights into data in Gen3 Commons"
authors = ["CTDS UChicago <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ mock = ">=1.0"
pytest-flask = ">=0.15"
pytest-cov = ">=2.8"
indexclient = ">=2.1.1"
sheepdog = {git = "https://[email protected]/uc-cdis/sheepdog.git", branch = "fix/upgrade-pyyaml" }
sheepdog = {git = "https://[email protected]/uc-cdis/sheepdog.git", rev = "5.1.3" }

[tool.poetry.plugins."peregrine.modules"]
"system" = "peregrine=peregrine.api:main"
Expand Down

0 comments on commit 343494a

Please sign in to comment.