-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from dbmi-bgm/kmp_pytest_4-5-0_prep
Another step in preparing for a possible shift to pytest 4.5.0. (Does not yet include top level imports fixes.)
- Loading branch information
Showing
59 changed files
with
574 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
# Note: Various modules refer to this system as "encoded", not "cgap-portal". | ||
name = "encoded" | ||
version = "2.1.10" | ||
version = "2.1.11" | ||
description = "Clinical Genomics Analysis Platform" | ||
authors = ["4DN-DCIC Team <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -42,7 +42,7 @@ certifi = ">=2020.4.5.2" | |
chardet = "3.0.4" | ||
colorama = "0.3.3" | ||
dcicpyvcf = "1.0.0" | ||
dcicsnovault = ">=3.1.1,<4" | ||
dcicsnovault = ">=3.1.4,<4" | ||
dcicutils = ">=0.31.1,<1" | ||
docutils = "0.12" | ||
elasticsearch = "5.5.3" | ||
|
@@ -91,7 +91,7 @@ rutter = ">=0.2,<1" | |
s3transfer = "^0.2.0" | ||
simplejson = "^3.17.0" | ||
SPARQLWrapper = "1.7.6" | ||
SQLAlchemy = "1.2.16" | ||
SQLAlchemy = "1.3.16" | ||
structlog = ">=18.1.0,<20" | ||
submit4dn = "0.9.7" | ||
subprocess-middleware = ">=0.3,<1" | ||
|
@@ -103,7 +103,7 @@ translationstring = "1.3" | |
uptime = ">=3.0.1,<4" | ||
urllib3 = "^1.24.3" | ||
venusian = "^1.2.0" | ||
waitress = "1.2.0" | ||
waitress = "1.2.0" # 1.4.3 had lots of problems, so pin this -kmp 18-May-2020 | ||
WebOb = "1.8.5" | ||
WebTest = "^2.0.21" | ||
wheel = "0.29.0" | ||
|
@@ -112,13 +112,13 @@ xlrd = "^1.0.0" | |
xlwt = "1.2.0" | ||
"zope.deprecation" = "4.4.0" | ||
"zope.interface" = "4.6.0" | ||
"zope.sqlalchemy" = "^1.2" | ||
"zope.sqlalchemy" = "1.3" | ||
|
||
[tool.poetry.dev-dependencies] | ||
coverage = ">=5.2" | ||
codacy-coverage = ">=1.3.11" | ||
coveralls = ">=2.1.1" | ||
# flake8 = "3.7.8" | ||
flake8 = "^3.7.8" | ||
flaky = "3.6.1" | ||
# flask only for moto[server] | ||
flask = ">=1.1.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.