Skip to content

Commit

Permalink
Dependabot bump and timeout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie committed Nov 6, 2023
1 parent 75bff06 commit 0c692d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion reanalysis/reanalysis_global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ support = 'High in Silico Scores'

[hail]
cancel_after_n_failures = 1
default_timeout = 6000
default_timeout = 12000
default_memory = 'highmem'

[images]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bump2version>=1.0.1
pytest>=7.2.1
pytest>=7.4.3
pytest-cov>=3.0.0
pytest-xdist>=2.5.0
requests_mock>=1.10.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
click>=8.1.3
click>=8.1.7
cloudpathlib[all]>=0.16.0
cpg-utils>=4.17.0
cpg_workflows>=1.17.1
cyvcf2==0.30.18
dill>=0.3.7
hail>=0.2.120
Jinja2==3.0.3
metamist>=6.4.0
metamist>=6.5.0
networkx>=3
obonet>=1
pandas>=2
peddy>=0.4.8
requests>=2.25.1,<2.30.0 # vulnerability in 2.30.0
requests>=2.31.0
seqr-loader>=1.2.5
tabulate>=0.8.9

0 comments on commit 0c692d7

Please sign in to comment.