Skip to content

Commit

Permalink
update dcicutils and magma versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Sep 26, 2023
1 parent 2d29afd commit 99cc267
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
64 changes: 32 additions & 32 deletions poetry.lock

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

10 changes: 5 additions & 5 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.1b1" # TODO: To become 3.0.0
version = "2.1.0.1b2" # 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.1b5"
boto3 = "^1.28.51"
awscli = "^1.29.52"
dcicutils = "7.12.0.2b6"
boto3 = "^1.28.54"
awscli = "^1.29.54"
jsonschema = "^4.7.2"
magma-suite = "1.5.0.3b1"
magma-suite = "1.5.0.3b2"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 99cc267

Please sign in to comment.