diff --git a/poetry.lock b/poetry.lock index 71f96aa2..23078f83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -111,17 +111,17 @@ wcwidth = ">=0.1.4" [[package]] name = "boto3" -version = "1.28.56" +version = "1.28.62" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.56-py3-none-any.whl", hash = "sha256:f5fcb27cdbd08ca38d699f2d2e32d96d1d9fab3368c15c6bc326256612d2cfd7"}, - {file = "boto3-1.28.56.tar.gz", hash = "sha256:b927a7ed335d543c33c15fa63f1076f3fa8422959771c2187da74bc4395ab6e3"}, + {file = "boto3-1.28.62-py3-none-any.whl", hash = "sha256:0dfa2fc96ccafce4feb23044d6cba8b25075ad428a0c450d369d099c6a1059d2"}, + {file = "boto3-1.28.62.tar.gz", hash = "sha256:148eeba0f1867b3db5b3e5ae2997d75a94d03fad46171374a0819168c36f7ed0"}, ] [package.dependencies] -botocore = ">=1.31.56,<1.32.0" +botocore = ">=1.31.62,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.7.0,<0.8.0" @@ -130,19 +130,22 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.56" +version = "1.31.62" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.56-py3-none-any.whl", hash = "sha256:66c686e4eda7051ffcc9357d9075390c8ab2f95a2977669039618ee186fb533b"}, - {file = "botocore-1.31.56.tar.gz", hash = "sha256:70252cd8abc2fe9b791328e187620f5a3911545e2520486b01ecfad31f41b9cb"}, + {file = "botocore-1.31.62-py3-none-any.whl", hash = "sha256:be792d806afc064694a2d0b9b25779f3ca0c1584b29a35ac32e67f0064ddb8b7"}, + {file = "botocore-1.31.62.tar.gz", hash = "sha256:272b78ac65256b6294cb9cdb0ac484d447ad3a85642e33cb6a3b1b8afee15a4c"}, ] [package.dependencies] jmespath = ">=0.7.1,<2.0.0" python-dateutil = ">=2.1,<3.0.0" -urllib3 = ">=1.25.4,<1.27" +urllib3 = [ + {version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""}, + {version = ">=1.25.4,<2.1", markers = "python_version >= \"3.10\""}, +] [package.extras] crt = ["awscrt (==0.16.26)"] @@ -577,16 +580,18 @@ files = [ [[package]] name = "foursight-core" -version = "4.5.0.3b26" +version = "4.5.0.3b27" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "foursight_core-4.5.0.3b26-py3-none-any.whl", hash = "sha256:a11ff68f230a9c83a4d4fb6eb262b8c15eb793876d2e11eef88ba9a45e291f59"}, - {file = "foursight_core-4.5.0.3b26.tar.gz", hash = "sha256:af11e32f8649dc346422fbb01d493a9a5c64e14a46e2161d05cdf29227f60cb1"}, + {file = "foursight_core-4.5.0.3b27-py3-none-any.whl", hash = "sha256:66138b5d2617d8b8b2b277bc904595954f3f7a6bb3d5798a0b37e617608ff9e3"}, + {file = "foursight_core-4.5.0.3b27.tar.gz", hash = "sha256:5f602d0c6717307ac131b8f1af86f618f16283824ae9e71f32ee9726d4c4b495"}, ] [package.dependencies] +boto3 = ">=1.28.62,<2.0.0" +botocore = ">=1.31.62,<2.0.0" click = ">=7.1.2,<8.0.0" cron-descriptor = ">=1.2.31,<2.0.0" cryptography = "39.0.2" @@ -1839,4 +1844,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "ef46d803dd4da9b6557d93f2c591b2104ad917543d3c7a1152ed7b479498f835" +content-hash = "fc344bca2e42707d9423ad879a41608e4a78d6caf6f756daaffb93acba67e852" diff --git a/pyproject.toml b/pyproject.toml index 50a3e8cb..23fdda74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "3.6.1.2b26" # TODO: To become 4.0.0 +version = "3.6.1.2b27" # 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.3b5" tibanna-ff = "2.0.1.1b10" MarkupSafe = "^2.1.3" -foursight-core = "4.5.0.3b26" +foursight-core = "4.5.0.3b27" # 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"