Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 12, 2021
1 parent 5f8b29e commit b6e9171
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ commonmark==0.9.1; python_version >= "3.6" and python_version < "4.0"
contextvars==2.4; python_version < "3.7" and python_version >= "3.6"
coverage==6.1.1; python_version >= "3.6"
cryptography==35.0.0; python_version >= "3.6"
cwltest==2.2.20210901154959; python_version >= "3.5" and python_version < "4"
cwl-upgrader==1.2.2; python_version >= "3.6" and python_version < "4"
cwl-utils==0.13; python_version >= "3.6"
cwltest==2.2.20210901154959; python_version >= "3.6" and python_version < "4"
cwltool==3.1.20211107152837; python_version >= "3.6" and python_version < "4"
cwl-utils >= 0.12
dataclasses==0.8; python_version >= "3.6" and python_version < "3.7" and python_full_version >= "3.6.1"
debtcollector==2.3.0; python_version >= "3.6"
decorator==5.1.0; python_version >= "3.6"
defusedxml==0.7.1; python_version >= "3.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.0"
defusedxml==0.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4"
deprecated==1.2.13; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
deprecation==2.1.0
dictobj==0.4
Expand Down Expand Up @@ -101,7 +102,7 @@ jmespath==0.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or p
jsonpatch==1.32; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
jsonpointer==2.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
jsonschema==4.0.0
junit-xml==1.9
junit-xml==1.9; python_version >= "3.6" and python_version < "4"
keystoneauth1==4.4.0; python_version >= "3.6"
kombu==5.1.0; python_version >= "3.6"
lagom==1.4.1; python_version >= "3.6" and python_version < "4.0"
Expand Down
3 changes: 2 additions & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ coloredlogs==15.0.1; python_version >= "3.6" and python_full_version < "3.0.0" a
commonmark==0.9.1; python_version >= "3.6" and python_version < "4.0"
contextvars==2.4; python_version >= "3.6" and python_version < "3.7"
cryptography==35.0.0; python_version >= "3.6"
cwl-upgrader==1.2.2; python_version >= "3.6" and python_version < "4"
cwl-utils==0.13; python_version >= "3.6"
cwltool==3.1.20211107152837; python_version >= "3.6" and python_version < "4"
cwl-utils >= 0.12
dataclasses==0.8; python_version >= "3.6" and python_version < "3.7" and python_full_version >= "3.6.1"
debtcollector==2.3.0; python_version >= "3.6"
decorator==5.1.0; python_version >= "3.6"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cloudbridge = "*"
contextvars = {version = "*", python = "~3.6"}
circus = "*"
cwltool = "==3.1.20211107152837"
cwl-utils = ">=0.12"
cwl-utils = ">=0.13"
dictobj = "*"
docutils = "!=0.17, !=0.17.1"
edam-ontology = "*"
Expand Down Expand Up @@ -88,7 +88,7 @@ Whoosh = "*"
zipstream-new = "*"

[tool.poetry.dev-dependencies]
cwltest = "2.0.20200626112502"
cwltest = "2.2.20210901154959"
fluent-logger = "*"
httpx = "*"
gunicorn = "*"
Expand Down

0 comments on commit b6e9171

Please sign in to comment.