Skip to content

Commit 61cb197

Browse files
Fix/upgrade pyyaml (#208)
* (fix PXP-11163): upgrade pyyaml, gen3dictionary * (fix PXP-11163): remove broken codacy badge, add coverage * (fix PXP-11163): use latest tag for sheepdog, bump peregrine version
1 parent a08e559 commit 61cb197

File tree

3 files changed

+60
-47
lines changed

3 files changed

+60
-47
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Peregrine
22

33
[![Build Status](https://travis-ci.org/uc-cdis/peregrine.svg?branch=master)](https://travis-ci.org/uc-cdis/peregrine)
4-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f6128183864d4e5da5093eb72a3c9c97)](https://www.codacy.com/app/uc-cdis/peregrine?utm_source=github.com&utm_medium=referral&utm_content=uc-cdis/peregrine&utm_campaign=Badge_Grade)
5-
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/f6128183864d4e5da5093eb72a3c9c97)](https://www.codacy.com/app/uc-cdis/peregrine?utm_source=github.com&utm_medium=referral&utm_content=uc-cdis/peregrine&utm_campaign=Badge_Coverage)
4+
[![Coverage Status](https://coveralls.io/repos/github/uc-cdis/peregrine/badge.svg)](https://coveralls.io/github/uc-cdis/peregrine)
65

76
Query interface to get insights into data in Gen3 Commons
87

poetry.lock

+54-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "peregrine"
3-
version = "3.0.1"
3+
version = "3.2.2"
44
description = "Query interface to get insights into data in Gen3 Commons"
55
authors = ["CTDS UChicago <cdis@uchicago.edu>"]
66
license = "Apache-2.0"
@@ -15,14 +15,14 @@ python = ">=3.9,<3.10"
1515
authutils = ">=6.2.0"
1616
datamodelutils = ">=1.0"
1717
defusedxml = ">=0.5"
18-
dictionaryutils = ">=3.0"
19-
gen3dictionary = ">=2.0"
18+
dictionaryutils = ">=3.4.10"
19+
gen3dictionary = ">=2.0.3"
2020
simplejson = ">=3.8"
2121
stopit = ">=1.1"
2222
Flask = ">=2.2.5"
2323
Flask-Cors = ">=3.0.9"
2424
gen3authz = ">=0.2"
25-
PyYAML = "~5.3.1"
25+
PyYAML = ">=5.4.1"
2626
dicttoxml = ">=1.5"
2727
SQLAlchemy = "1.3.5"
2828
graphene = ">=2.0,<3"
@@ -40,7 +40,7 @@ mock = ">=1.0"
4040
pytest-flask = ">=0.15"
4141
pytest-cov = ">=2.8"
4242
indexclient = ">=2.1.1"
43-
sheepdog = {git = "https://git@github.com/uc-cdis/sheepdog.git", rev = "5.1.2" }
43+
sheepdog = {git = "https://git@github.com/uc-cdis/sheepdog.git", rev = "5.1.3" }
4444

4545
[tool.poetry.plugins."peregrine.modules"]
4646
"system" = "peregrine=peregrine.api:main"

0 commit comments

Comments
 (0)