diff --git a/poetry.lock b/poetry.lock index 31ea7e652..476295c8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "appdirs" @@ -954,13 +954,13 @@ files = [ [[package]] name = "dcicutils" -version = "8.12.0.1b8" +version = "8.12.0.1b10" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" optional = false python-versions = "<3.13,>=3.8.1" files = [ - {file = "dcicutils-8.12.0.1b8-py3-none-any.whl", hash = "sha256:1d0f2f9fbadfdad5436d035666ede5a9b94da39eb80e95c4649af6a0ccb3386c"}, - {file = "dcicutils-8.12.0.1b8.tar.gz", hash = "sha256:e821286530759ed0fc3332602e716d00d269e97623e77944356784231a89ee9f"}, + {file = "dcicutils-8.12.0.1b10-py3-none-any.whl", hash = "sha256:a81c87926bf8c66dd224de00196a9c44301220068adc4ad81f9663fef9e88c1b"}, + {file = "dcicutils-8.12.0.1b10.tar.gz", hash = "sha256:0185a44db043048559a686577ebe9718944651f793eebd98f01f6fcc67c8a10b"}, ] [package.dependencies] @@ -3762,4 +3762,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "ae006d222ff7e26b8b7fe5c77dcde68436b166fdc5869285dfa74e4f4b97b045" +content-hash = "34e7345642cace8f143892392ff9ef92716e97178cb4ed8c49c25ec9ce0d7f4f" diff --git a/pyproject.toml b/pyproject.toml index 5b0ea4107..40f07b9f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicsnovault" -version = "11.17.0.1b5" # TODO: To become 11.18.0 +version = "11.17.0.1b6" # TODO: To become 11.18.0 description = "Storage support for 4DN Data Portals." authors = ["4DN-DCIC Team "] license = "MIT" @@ -46,10 +46,7 @@ elasticsearch = "7.13.4" # versions >= 7.14.0 lock out AWS ES elasticsearch_dsl = "^7.4.0" #python-3.12 elasticsearch = "^7.17.9" #python-3.12 elasticsearch_dsl = "^7.4.1" -#dcicutils = "^8.11.0" -dcicutils = "8.12.0.1b8" -# future = ">=0.15.2,<1" -# future = "^1.0.0" +dcicutils = "8.12.0.1b10" future = "^0.18.3" html5lib = ">=1.1" # experimental, should be OK now that we're not using moto server humanfriendly = "^1.44.9"