Skip to content

Commit

Permalink
Bump Benchmark (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veit authored Apr 12, 2023
1 parent d9da66d commit 0f102f0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 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 = "tibanna"
version = "3.3.0"
version = "3.3.1"
description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud."
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -32,7 +32,7 @@ python-lambda-4dn = "0.12.3"
boto3 = "^1.9.0"
botocore = "^1.12.1"
requests = "2.27.1"
Benchmark-4dn = "^0.5.21"
Benchmark-4dn = "^0.5.23"
tomlkit = "^0.11.0"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tibanna/lambdas/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Benchmark-4dn>=0.5.21
Benchmark-4dn>=0.5.23
boto3>=1.9.0
botocore>=1.12.1
tomlkit>=0.11.0

0 comments on commit 0f102f0

Please sign in to comment.