From f8869bc2530e7143f38cb02bf4ff80a4a145c4e9 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Thu, 25 Jul 2024 18:58:20 -0400 Subject: [PATCH] update dcicutils to 8.13.3.1b10 --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 25feed3f81..a2e205b37d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,14 +534,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "dcicutils" -version = "8.13.3.1b8" +version = "8.13.3.1b10" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" category = "main" optional = false python-versions = "<3.13,>=3.8.1" files = [ - {file = "dcicutils-8.13.3.1b8-py3-none-any.whl", hash = "sha256:926bd86cb5a7e57f780bc9c3eae792d98450db5b9da514bb93564cec5b8e31d6"}, - {file = "dcicutils-8.13.3.1b8.tar.gz", hash = "sha256:5f6b43cf0c315cbb18c10962f310c5469160f769ad5c6387a99d91ca6cd2a919"}, + {file = "dcicutils-8.13.3.1b10-py3-none-any.whl", hash = "sha256:839a4f8d54f048ad67fae82f716da3ef29798aca36bba94dc1742a7ae82f7026"}, + {file = "dcicutils-8.13.3.1b10.tar.gz", hash = "sha256:bdb60d1326ca8b32689fe3dffc8232bca4c9f5ffa0e88b314ae4c5d23cc8e4f1"}, ] [package.dependencies] @@ -2809,4 +2809,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "4851fd7afc0556edd3e8b111c2dc999e315b8cb1f038b47b20087716c120bd35" +content-hash = "7deef63825b4a92c37aa8e91cfff24f3277be80723c0561543193fbab3e90b12" diff --git a/pyproject.toml b/pyproject.toml index ca1c9cd38b..e7816cb7cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smaht-submitr" -version = "1.1.0.1b1" # TODO: To become 1.1.1 +version = "1.1.0.1b2" # TODO: To become 1.1.1 description = "Support for uploading file submissions to SMAHT." # TODO: Update this email address when a more specific one is available for SMaHT. authors = ["SMaHT DAC "] @@ -51,7 +51,7 @@ python = ">=3.8.1,<3.13" awscli = ">=1.33.17" boto3 = "^1.34.136" # dcicutils = "^8.13.3" -dcicutils = "8.13.3.1b8" +dcicutils = "8.13.3.1b10" PyYAML = "^6.0.1" requests = "^2.31.0" googleapi = "^0.1.0"