diff --git a/poetry.lock b/poetry.lock index a3707b30..99499235 100644 --- a/poetry.lock +++ b/poetry.lock @@ -617,13 +617,13 @@ files = [ [[package]] name = "foursight-core" -version = "4.4.0.1b19" +version = "4.4.0.1b20" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.7,<3.10" files = [ - {file = "foursight_core-4.4.0.1b19-py3-none-any.whl", hash = "sha256:732df002f658b6caad511748767058fbd31622a8afeb3f3399f00cb226f44aef"}, - {file = "foursight_core-4.4.0.1b19.tar.gz", hash = "sha256:843ae9612e49d32e691fba3b624cabeecf77dc0ca192c1b193e3cdd50fef772a"}, + {file = "foursight_core-4.4.0.1b20-py3-none-any.whl", hash = "sha256:13c4175d678fc1b6a7631dba9ded6456a56da373f7a6a36c0924f1ee463ef7eb"}, + {file = "foursight_core-4.4.0.1b20.tar.gz", hash = "sha256:9b53db8ba578fc38b94c1c7360c043ed913ed7c477e25763c53365769c732bd2"}, ] [package.dependencies] @@ -1848,4 +1848,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<3.8" -content-hash = "04cdad314371245400eb06fc448afd058c7a2a835d9e7adeeafffb111d8a9477" +content-hash = "51f0801177f47381d875fe985323891681a0c7fca880597be34b13f4c4cf5998" diff --git a/pyproject.toml b/pyproject.toml index ef1404ea..c1582c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "3.6.1.1b10" # TODO: To become 3.7.0 +version = "3.6.1.1b11" # TODO: To become 3.7.0 description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT" @@ -19,7 +19,7 @@ elasticsearch = "^7.13.4" elasticsearch-dsl = "^7.0.0" # use below for tests but not for deployment #foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="core2" } -foursight-core = "4.4.0.1b19" +foursight-core = "4.4.0.1b20" geocoder = "1.38.1" gitpython = "^3.1.2" google-api-python-client = "^1.12.5"