diff --git a/poetry.lock b/poetry.lock index 32f6f042..a31cc9f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -111,32 +111,32 @@ wcwidth = ">=0.1.4" [[package]] name = "boto3" -version = "1.28.54" +version = "1.28.55" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.54-py3-none-any.whl", hash = "sha256:3cb2aee317a1b8686e3b23674e4099b8ff7451bd8acc61b9719acff86fa024d1"}, - {file = "boto3-1.28.54.tar.gz", hash = "sha256:22e37d8c4f2d97b5e5c6ccc1d9edc7760717990b0ba8b8ea17a58cc87e57c5c9"}, + {file = "boto3-1.28.55-py3-none-any.whl", hash = "sha256:2680c0e36167e672777110ccef5303d59fa4a6a4f10086f9c14158c5cb008d5c"}, + {file = "boto3-1.28.55.tar.gz", hash = "sha256:2ceb644b1df7c3c8907913ab367a9900af79e271b4cfca37b542ec1fa142faf8"}, ] [package.dependencies] -botocore = ">=1.31.54,<1.32.0" +botocore = ">=1.31.55,<1.32.0" jmespath = ">=0.7.1,<2.0.0" -s3transfer = ">=0.6.0,<0.7.0" +s3transfer = ">=0.7.0,<0.8.0" [package.extras] crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.54" +version = "1.31.55" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.54-py3-none-any.whl", hash = "sha256:71fdb337ddcdb6bf378e1211cba9ce754c35f12b1524c7d0c0c147b2310356c7"}, - {file = "botocore-1.31.54.tar.gz", hash = "sha256:c98e78a9490c4166b205f87912b46770e156bfe7d53bae54ccbd49c68a336ec6"}, + {file = "botocore-1.31.55-py3-none-any.whl", hash = "sha256:5ec27caa440257619712af0a71524cc2e56110fc502853c3e4046f87b65e42e9"}, + {file = "botocore-1.31.55.tar.gz", hash = "sha256:21ba89c4df083338ec463d9c2a8cffca42a99f9ad5f24bcac1870393b216c5a7"}, ] [package.dependencies] @@ -577,13 +577,13 @@ files = [ [[package]] name = "foursight-core" -version = "4.5.0.1b10" +version = "4.5.0.1b12" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "foursight_core-4.5.0.1b10-py3-none-any.whl", hash = "sha256:fdfc3137328901819c155c3e4e40f9bbecde5ee0433e6fc345d0aba5ca8f0927"}, - {file = "foursight_core-4.5.0.1b10.tar.gz", hash = "sha256:70f431df08102b456dac60beed38ca88e8a4a32909284ff7ea1a355740563016"}, + {file = "foursight_core-4.5.0.1b12-py3-none-any.whl", hash = "sha256:183b42bb1ba9fa6581508d35f7c847b490ae07a66e31ae213723466890216b95"}, + {file = "foursight_core-4.5.0.1b12.tar.gz", hash = "sha256:dace4cb4620c46f94d3ae671f353a92356eb564e3349ae562dc837a569eb9675"}, ] [package.dependencies] @@ -1503,13 +1503,13 @@ pyasn1 = ">=0.1.3" [[package]] name = "s3transfer" -version = "0.6.2" +version = "0.7.0" description = "An Amazon S3 Transfer Manager" optional = false python-versions = ">= 3.7" files = [ - {file = "s3transfer-0.6.2-py3-none-any.whl", hash = "sha256:b014be3a8a2aab98cfe1abc7229cc5a9a0cf05eb9c1f2b86b230fd8df3f78084"}, - {file = "s3transfer-0.6.2.tar.gz", hash = "sha256:cab66d3380cca3e70939ef2255d01cd8aece6a4907a9528740f668c4b0611861"}, + {file = "s3transfer-0.7.0-py3-none-any.whl", hash = "sha256:10d6923c6359175f264811ef4bf6161a3156ce8e350e705396a7557d6293c33a"}, + {file = "s3transfer-0.7.0.tar.gz", hash = "sha256:fd3889a66f5fe17299fe75b82eae6cf722554edca744ca5d5fe308b104883d2e"}, ] [package.dependencies] @@ -1839,4 +1839,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "1d0f1ad55277bf2d53940ba31a5e7270bbecb5858dc8b6d8766d227682a1c6c8" +content-hash = "fc9cf3ef05c8ce2061bb974faad336529fb02b41ea92d531957afaa99c5a47a7" diff --git a/pyproject.toml b/pyproject.toml index 109614e3..511bf0a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "3.6.1.2b11" # TODO: To become 4.0.0 +version = "3.6.1.2b12" # TODO: To become 4.0.0 description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT" @@ -26,7 +26,7 @@ pytz = "^2020.1" magma-suite = "1.5.0.3b2" tibanna-ff = "2.0.1.1b6" MarkupSafe = "^2.1.3" -foursight-core = "4.5.0.1b10" +foursight-core = "4.5.0.1b12" # use below for tests but not for deployment #foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="core2" } #portal-pipeline-utils = "2.1.0.1b1"