Skip to content

Commit

Permalink
update magma-suite to 1.5.0.3b6 and dcicutils to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Oct 6, 2023
1 parent 36e6130 commit b5db79c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 22 deletions.
50 changes: 31 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "portal-pipeline-utils"
version = "2.1.0.1b5" # TODO: To become 3.0.0
version = "2.1.0.1b6" # TODO: To become 3.0.0
description = "Utilities for deploying pipelines and interfacing with portal infrastructure."
authors = [
"Michele Berselli <berselli.michele@gmail.com>",
Expand All @@ -22,11 +22,11 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
dcicutils = "7.12.0.2b9"
dcicutils = "8.0.0"
boto3 = "^1.28.60"
awscli = "^1.29.60"
jsonschema = "^4.7.2"
magma-suite = "1.5.0.3b5"
magma-suite = "1.5.0.3b6"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit b5db79c

Please sign in to comment.